1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00

docs: walkthroughs: saving: Fix grammar (#1766)

Should be possessive (you're => your)
This commit is contained in:
Mitchel Humpherys
2018-04-10 06:59:21 -07:00
committed by Tobias Andersen
parent 0a2d68a97f
commit 30143adf60

View File

@@ -195,7 +195,7 @@ class App extends React.Component {
} }
``` ```
Now you're content will be saved only when the content itself changes! Now your content will be saved only when the content itself changes!
Success—you've got JSON in your database. Success—you've got JSON in your database.