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:
committed by
Tobias Andersen
parent
0a2d68a97f
commit
30143adf60
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user