From 30143adf607321e3f433425eb33fb42c7bc6f48f Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 10 Apr 2018 06:59:21 -0700 Subject: [PATCH] docs: walkthroughs: saving: Fix grammar (#1766) Should be possessive (you're => your) --- docs/walkthroughs/saving-to-a-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.