Skip to content

Commit 822f480

Browse files
olegvakulenkosdras
authored andcommitted
Update adding-instance-properties.md (vuejs#1533)
1 parent 364b8aa commit 822f480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/adding-instance-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ If what you want to add has nothing to do with Vue specifically, this may be a g
165165
```js
166166
var App = Object.freeze({
167167
name: 'My App',
168-
description: '2.1.4',
168+
version: '2.1.4',
169169
helpers: {
170170
// This is a purely functional version of
171171
// the $reverseText method we saw earlier

0 commit comments

Comments
 (0)