Skip to content

Commit 60b9c74

Browse files
authored
Merge pull request #2491 from SalesforceCommerceCloud/fix-typo-first-checkin
@W-18638435 Fix typo - first checkin
2 parents 002e837 + 71af9f1 commit 60b9c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/template-retail-react-app/app/utils/utils.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ describe('boldString & Capitalize test', () => {
7272
})
7373

7474
test('capitalize capitalizes a string', () => {
75-
const stringToCapitlize = utils.capitalize('capitalize string test')
76-
expect(stringToCapitlize).toBe('Capitalize String Test')
75+
const stringToCapitalize = utils.capitalize('capitalize string test')
76+
expect(stringToCapitalize).toBe('Capitalize String Test')
7777
})
7878
})
7979

0 commit comments

Comments
 (0)