From 094eb1de3253ff256f413257b6d5aab0a2a408ef Mon Sep 17 00:00:00 2001 From: matt swanson Date: Fri, 23 Apr 2021 20:45:16 -0400 Subject: [PATCH 1/3] Fix a small typo --- docs/src/docPages/guide/output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/output.md b/docs/src/docPages/guide/output.md index 39b0772c..7c587ecd 100644 --- a/docs/src/docPages/guide/output.md +++ b/docs/src/docPages/guide/output.md @@ -127,4 +127,4 @@ We’re about to go through a few cases to help with that, for example we provid [Share your experiences with us!](mailto:humans@tiptap.dev) We’d like to add more information here. ## Security -There is no reason to use on or the other because of security concerns. If someone wants to send malicious content to your server, it doesn’t matter if it’s JSON or HTML. It doesn’t even matter if you’re using tiptap or not. You should always validate user input. +There is no reason to use one or the other because of security concerns. If someone wants to send malicious content to your server, it doesn’t matter if it’s JSON or HTML. It doesn’t even matter if you’re using tiptap or not. You should always validate user input. From c5cda70198e5da29a4f0f4b578d69bc3b47437a0 Mon Sep 17 00:00:00 2001 From: matt swanson Date: Sat, 24 Apr 2021 11:47:43 -0400 Subject: [PATCH 2/3] Update default.md --- docs/src/docPages/examples/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/examples/default.md b/docs/src/docPages/examples/default.md index 73ab03ac..fdd2c76c 100644 --- a/docs/src/docPages/examples/default.md +++ b/docs/src/docPages/examples/default.md @@ -1,5 +1,5 @@ # Default text editor -Did we mention that you have full control over the rendering of the editor? Here is barebones example without any styling, but packed with a whole set of common extensions. +Did we mention that you have full control over the rendering of the editor? Here is a barebones example without any styling, but packed with a whole set of common extensions.