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 = () => {
5454 < section className = { styles . InformationContent } >
5555 < h1 > Personalise your trading</ h1 >
5656 < 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
5858 like them. Develop your trading app using any common programming language and extend
5959 your trading opportunities.
6060 </ Text >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('Benefits', () => {
2222 expect ( integration ) . toBeInTheDocument ( ) ;
2323 expect ( execution ) . toBeInTheDocument ( ) ;
2424 } ) ;
25- it ( 'should render personalize your trading information' , ( ) => {
25+ it ( 'should render personalise your trading information' , ( ) => {
2626 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) ;
2727 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) ;
2828
@@ -36,7 +36,7 @@ describe('Benefits', () => {
3636 expect ( title ) . toBeInTheDocument ( ) ;
3737 expect ( information ) . toBeInTheDocument ( ) ;
3838 } ) ;
39- it ( 'should render personalize image' , ( ) => {
39+ it ( 'should render personalise image' , ( ) => {
4040 const image = screen . getByTestId ( 'personalisation' ) ;
4141 expect ( image ) . toBeInTheDocument ( ) ;
4242 } ) ;
You can’t perform that action at this time.
0 commit comments