Skip to content

Commit 1cd56c2

Browse files
authored
Fix typo in docs/guide/migration/breaking.md (#691)
1 parent 8f9b2ec commit 1cd56c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/migration/breaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Vue I18n v8.x:
275275
```js
276276
import VueI18n from 'vue-i18n'
277277

278-
console.log(VueI18n.Version)
278+
console.log(VueI18n.version)
279279
```
280280

281281
Vue I18n v9 or later:

0 commit comments

Comments
 (0)