diff --git a/test/unit/util.spec.js b/test/unit/util.spec.js index bcbfb0c9f..326ab9c68 100644 --- a/test/unit/util.spec.js +++ b/test/unit/util.spec.js @@ -6,7 +6,7 @@ describe('util', () => { expect(find(list, function (a) { return a % 2 === 0 })).toEqual(22) }) - it('deepCopy: nornal structure', () => { + it('deepCopy: normal structure', () => { const original = { a: 1, b: 'string',