diff --git a/docs/walkthroughs/saving-to-a-database.md b/docs/walkthroughs/saving-to-a-database.md index 211d98cf8..8e0341f55 100644 --- a/docs/walkthroughs/saving-to-a-database.md +++ b/docs/walkthroughs/saving-to-a-database.md @@ -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.