Skip to content

Commit 5d17349

Browse files
authored
Fix typo that causes the override to not work
1 parent 6242452 commit 5d17349

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)