1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Fix typo: "the your" -> "your" (#2032)

This commit is contained in:
Florian
2018-08-03 20:39:38 +02:00
committed by Ian Storm Taylor
parent 9b0e061bcf
commit 8a1d75025a

View File

@@ -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