Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a0182fc

Browse files
committed
fix: spelling issue
1 parent 24a0750 commit a0182fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/Home/Benefits/__tests__/Benefits.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(/Personalise your trading$/i);
2727
const information = screen.getByText(/create charts and views/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
});

0 commit comments

Comments
 (0)