From 43380f00a31c17570c7dbab35ebc7815a85adfad Mon Sep 17 00:00:00 2001 From: jarvis Date: Mon, 26 Jan 2015 17:05:46 -0600 Subject: [PATCH] Update overview.md Minor grammar: changed view's (singular) to views' (plural). --- docs/guides/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/overview.md b/docs/guides/overview.md index bade104f38..e2e9c6b742 100644 --- a/docs/guides/overview.md +++ b/docs/guides/overview.md @@ -101,7 +101,7 @@ otherRouter.route('/calendar', function () { }); ``` -The three main view's render methods are nearly identical. While one +The three main views' render methods are nearly identical. While one level of shared UI like this is pretty easy to handle, getting deeper and deeper adds more complexity.