Skip to content

Commit

Permalink
fix(tests): Fix word spelling mistakes
Browse files Browse the repository at this point in the history
chilren -> children
  • Loading branch information
Azir-11 authored Apr 22, 2024
1 parent 069b26c commit 3de8c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/typed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ describe('typed module', () => {
boolean: true,
unf: void 0,
nul: null,
obj: { name: 'object', id: 1, chilren: [0, 1, 2] },
obj: { name: 'object', id: 1, children: [0, 1, 2] },
arr: [0, 1, 2],
func() {
console.log('function')
Expand Down

0 comments on commit 3de8c27

Please sign in to comment.