Browse Source

Merge branch 'dev' into 4.0

* dev:
  modify test description
Kia Ishii 5 years ago
parent
commit
acd4ee7a12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/util.spec.js

+ 1 - 1
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',