Update api.md

This commit is contained in:
Tzach 2015-11-02 09:53:13 +02:00
parent c6642a7444
commit 63842294ad
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ var json = {
}; };
editor.set(json); editor.set(json);
var json = editor.get(json); var json = editor.get();
``` ```
## JSON parsing and stringification ## JSON parsing and stringification