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

Commit 469e975

Browse files
authored
Merge pull request #228 from sanjam-deriv/personalise
2 parents 3ae0058 + a0182fc commit 469e975

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/features/Home/Benefits/Benefits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

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)