Skip to content

Commit 46c8453

Browse files
committedMar 6, 2018
doc: fix typo
1 parent cd2e7e6 commit 46c8453

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
@@ -495,7 +495,7 @@ You can enable the editor mode by setting the `mode` to `edit` when creating the
495495
var embed = new Flat.Embed(container, {
496496
embedParams: {
497497
appId: '<your-app-id>',
498-
modeL 'edit'
498+
mode: 'edit'
499499
}
500500
});
501501
```

0 commit comments

Comments
 (0)
Please sign in to comment.