diff --git a/src/features/Home/Benefits/Benefits.tsx b/src/features/Home/Benefits/Benefits.tsx index b9aa4a80..af53c09d 100644 --- a/src/features/Home/Benefits/Benefits.tsx +++ b/src/features/Home/Benefits/Benefits.tsx @@ -54,7 +54,7 @@ export const Benefits = () => {

Personalise your trading

- Personalize your trading apps to match your needs. Create charts and views the way you + Personalise your trading apps to match your needs. Create charts and views the way you like them. Develop your trading app using any common programming language and extend your trading opportunities. diff --git a/src/features/Home/Benefits/__tests__/Benefits.test.tsx b/src/features/Home/Benefits/__tests__/Benefits.test.tsx index ffc888d5..1793259b 100644 --- a/src/features/Home/Benefits/__tests__/Benefits.test.tsx +++ b/src/features/Home/Benefits/__tests__/Benefits.test.tsx @@ -22,7 +22,7 @@ describe('Benefits', () => { expect(integration).toBeInTheDocument(); expect(execution).toBeInTheDocument(); }); - it('should render personalize your trading information', () => { + it('should render personalise your trading information', () => { const title = screen.getByText(/Personalise your trading$/i); const information = screen.getByText(/create charts and views/i); @@ -36,7 +36,7 @@ describe('Benefits', () => { expect(title).toBeInTheDocument(); expect(information).toBeInTheDocument(); }); - it('should render personalize image', () => { + it('should render personalise image', () => { const image = screen.getByTestId('personalisation'); expect(image).toBeInTheDocument(); });