From ac4a18cf05b19356719c7433aaa5ecba3079b308 Mon Sep 17 00:00:00 2001 From: Marcus Lyons <10541922+marcuslyons@users.noreply.github.com> Date: Thu, 18 May 2023 06:37:13 -0600 Subject: [PATCH] Fix typo in vue.md --- docs/guide/node-views/vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/node-views/vue.md b/docs/guide/node-views/vue.md index 417734f71..b2340f870 100644 --- a/docs/guide/node-views/vue.md +++ b/docs/guide/node-views/vue.md @@ -86,7 +86,7 @@ this.updateAttributes({ }) ``` -And yes, all of that is reactive, too. A pretty seemless communication, isn’t it? +And yes, all of that is reactive, too. A pretty seamless communication, isn’t it? ## Adding a content editable There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example: