Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 650baf0

Browse files
author
Philipp
committed
README typo fixed
1 parent 815c8aa commit 650baf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CodeMirror object is initialized and saved for each element via `$.data(element,
3535
You can access it and use as specified in CodeMirror manual
3636

3737
```
38-
$.data($(...)][0], 'codemirror).getValue()
38+
$.data($(...)][0], 'codemirror').getValue()
3939
```
4040

4141
Plugin itself adds `setValue(string), getValue(), setOption(option, value), setOptions(optionsObject)`

0 commit comments

Comments
 (0)