This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/features/Home/Benefits Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const Benefits = () => {
54
54
< section className = { styles . InformationContent } >
55
55
< h1 > Personalise your trading</ h1 >
56
56
< Text type = 'subtitle-2' as = 'p' >
57
- Personalize your trading apps to match your needs. Create charts and views the way you
57
+ Personalise your trading apps to match your needs. Create charts and views the way you
58
58
like them. Develop your trading app using any common programming language and extend
59
59
your trading opportunities.
60
60
</ Text >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('Benefits', () => {
22
22
expect ( integration ) . toBeInTheDocument ( ) ;
23
23
expect ( execution ) . toBeInTheDocument ( ) ;
24
24
} ) ;
25
- it ( 'should render personalize your trading information' , ( ) => {
25
+ it ( 'should render personalise your trading information' , ( ) => {
26
26
const title = screen . getByText ( / P e r s o n a l i s e y o u r t r a d i n g $ / i) ;
27
27
const information = screen . getByText ( / c r e a t e c h a r t s a n d v i e w s / i) ;
28
28
@@ -36,7 +36,7 @@ describe('Benefits', () => {
36
36
expect ( title ) . toBeInTheDocument ( ) ;
37
37
expect ( information ) . toBeInTheDocument ( ) ;
38
38
} ) ;
39
- it ( 'should render personalize image' , ( ) => {
39
+ it ( 'should render personalise image' , ( ) => {
40
40
const image = screen . getByTestId ( 'personalisation' ) ;
41
41
expect ( image ) . toBeInTheDocument ( ) ;
42
42
} ) ;
You can’t perform that action at this time.
0 commit comments