Skip to content

Commit

Permalink
docs: fix getContent to getContents
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Mar 6, 2025
1 parent bb4aa93 commit 3b0e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/fluent-editor/docs/demo/get-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 获取 Delta 内容

通过调用 `editor.getContent()` 方法获取编辑器的 Delta 内容。
通过调用 `editor.getContents()` 方法获取编辑器的 Delta 内容。

:::demo src=demos/get-content-delta.vue
:::

0 comments on commit 3b0e8b6

Please sign in to comment.