Skip to content

Commit ecbe2dd

Browse files
Fix typo in application.md (unit tests)
1 parent 1a9b794 commit ecbe2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('my-component', function () {
170170
it('should set correct default data', function () {
171171
expect(typeof myComponent.data).toBe('function')
172172
var defaultData = myComponent.data()
173-
expect(defaultData.message).toBe('hello!')
173+
expect(defaultData.msg).toBe('hello!')
174174
})
175175
})
176176
```

0 commit comments

Comments
 (0)