Fix typo in docs (#3162)

This commit is contained in:
Carlo Beltrame
2022-09-10 14:01:00 +02:00
committed by GitHub
parent f48aa83482
commit 06827dd052

View File

@@ -72,7 +72,7 @@ Lets say you have a node view which lets users add a video player and configu
I know, I know, its not that easy. Just keep in mind, that youre in full control of the rendering inside the editor and of the output. I know, I know, its not that easy. Just keep in mind, that youre in full control of the rendering inside the editor and of the output.
:::warning What if you store JSON? :::warning What if you store JSON?
That doesnt apply to JSON. In JSON, everything is stored as an object. There is no need to configure the “translation” to and from HTML. That doesnt 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 ### Render HTML