Skip to content

Commit 7a416a3

Browse files
authored
Merge pull request #151 from nhumrich/patch-1
Fix typo that causes the override to not work
2 parents 6242452 + 5d17349 commit 7a416a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The [basic-setup](https://codemirror.net/docs/ref/#basic-setup) extension is int
175175
```js
176176
app.use(VueCodemirror, {
177177
// keep the global default extensions empty
178-
extension: []
178+
extensions: []
179179
})
180180
```
181181

0 commit comments

Comments
 (0)