Skip to content

Commit 7678b40

Browse files
committed
docs: wording
1 parent c1c541f commit 7678b40

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
@@ -945,7 +945,7 @@ module.exports = {
945945
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------- | ------------- | -------- |
946946
| v-model /<br>modelValue (Vue 3) /<br>value (Vue 2) | binding value | any | |
947947
| mode /<br>v-model:mode (Vue 3) /<br>:mode.sync (Vue 2) | edit mode | [Mode](#Mode) | `'tree'` |
948-
| debounce | debounce delay when typing to update the binding value, in milliseconds | number | `100` |
948+
| debounce | debounce delay to update the binding value when typing, in milliseconds | number | `100` |
949949
| stringified | whether to keep the binding value as stringified JSON in text mode | boolean | `true` |
950950
| ... | properties of [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) | | |
951951

0 commit comments

Comments
 (0)