From 36bc195c34fb4590d8b0ad36ad71938dff9cab72 Mon Sep 17 00:00:00 2001 From: Cory House Date: Fri, 29 Jan 2016 07:36:54 -0600 Subject: [PATCH] Grammar fix --- docs/recipes/MigratingToRedux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/MigratingToRedux.md b/docs/recipes/MigratingToRedux.md index 371b63c7dd..80e5d39e0e 100644 --- a/docs/recipes/MigratingToRedux.md +++ b/docs/recipes/MigratingToRedux.md @@ -27,4 +27,4 @@ Your process will look like this: ## From Backbone -Backbone’s model layer is quite different from Redux, so we don’t suggest to mix them. If possible, it is best that you rewrite your app’s model layer from scratch instead of connecting Backbone to Redux. However, if a rewrite is not feasible, you may use [backbone-redux](https://github.com/redbooth/backbone-redux) to migrate gradually, and keep the Redux store in sync with Backbone models and collections. +Backbone’s model layer is quite different from Redux, so we don’t suggest mixing them. If possible, it is best that you rewrite your app’s model layer from scratch instead of connecting Backbone to Redux. However, if a rewrite is not feasible, you may use [backbone-redux](https://github.com/redbooth/backbone-redux) to migrate gradually, and keep the Redux store in sync with Backbone models and collections.