From 8a1d75025ae5253a51992beaefb6c2d4a683c58b Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 3 Aug 2018 20:39:38 +0200 Subject: [PATCH] Fix typo: "the your" -> "your" (#2032) --- docs/guides/rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/rendering.md b/docs/guides/rendering.md index 8d6210eae..645871d7e 100644 --- a/docs/guides/rendering.md +++ b/docs/guides/rendering.md @@ -120,7 +120,7 @@ function renderPlaceholder(props) { /> ``` -That will render a simple placeholder element inside all of the your `caption` blocks until someone decides to write in a caption. +That will render a simple placeholder element inside all of your `caption` blocks until someone decides to write in a caption. ## The Editor Itself