Skip to content

Commit 2330d98

Browse files
committed
docs: wording
1 parent 09ae043 commit 2330d98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,8 @@ 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, in milliseconds | number | `100` |
949-
| stringified | whether to keep the value as stringified JSON in text mode | boolean | `true` |
948+
| debounce | debounce delay when typing to update the binding value, in milliseconds | number | `100` |
949+
| 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

952952
### parsed JSON vs. stringified JSON

docs/README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ module.exports = {
943943
| ------------------------------------------------------ | -------------------------------------------------------------------------------------- | ------------- | -------- |
944944
| v-model /<br>modelValue (Vue 3) /<br>value (Vue 2) | 绑定值 | any | |
945945
| mode /<br>v-model:mode (Vue 3) /<br>:mode.sync (Vue 2) | 编辑模式 | [Mode](#Mode) | `'tree'` |
946-
| debounce | 输入时的去抖延迟 (毫秒) | number | `100` |
947-
| stringified | 在 text 模式下保持绑定值是 stringified JSON | boolean | `true` |
946+
| debounce | 输入时更新绑定值的去抖延迟 (毫秒) | number | `100` |
947+
| stringified | 在 text 模式下保持绑定值为 stringified JSON | boolean | `true` |
948948
| ... | [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) 的属性 | | |
949949

950950
### parsed JSON vs. stringified JSON

0 commit comments

Comments
 (0)