From c035a6de0b8d6219de5e51846bacf139503ef0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Thu, 27 Oct 2022 17:11:24 +0200 Subject: [PATCH] fix(docs): typo --- docs/guide/node-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/node-views.md b/docs/guide/node-views.md index 9c43b034411..b6205687586 100644 --- a/docs/guide/node-views.md +++ b/docs/guide/node-views.md @@ -76,7 +76,7 @@ That doesn’t apply to JSON. In JSON, everything is stored as an object. There ::: ### Render HTML -Okay, you’ve set up your node with an interactive node view and now you want to control the output. Even if you’re node view is pretty complex, the rendered HTML can be simple: +Okay, you’ve set up your node with an interactive node view and now you want to control the output. Even if your node view is pretty complex, the rendered HTML can be simple: ```js renderHTML({ HTMLAttributes }) {