From 094eb1de3253ff256f413257b6d5aab0a2a408ef Mon Sep 17 00:00:00 2001 From: matt swanson Date: Fri, 23 Apr 2021 20:45:16 -0400 Subject: [PATCH] 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.