From 06827dd052f7380791cf749b4776614f9066b32e Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Sat, 10 Sep 2022 14:01:00 +0200 Subject: [PATCH] Fix typo in docs (#3162) --- 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 af5eca21..9c43b034 100644 --- a/docs/guide/node-views.md +++ b/docs/guide/node-views.md @@ -72,7 +72,7 @@ Let’s say you have a node view which lets users add a video player and configu I know, I know, it’s not that easy. Just keep in mind, that you‘re in full control of the rendering inside the editor and of the output. :::warning What if you store JSON? -That doesn’t apply to JSON. In JSON, everything is stored as an object. There is no need to configure the “translation” to and from HTML. +That doesn’t apply to JSON. In JSON, everything is stored as an object. There is no need to configure the “translation” to and from JSON. ::: ### Render HTML