From 93070f14885801de7e264b04fdf4cb54b7dc7d9b Mon Sep 17 00:00:00 2001 From: Matt Rohrer Date: Wed, 26 Sep 2012 15:30:55 +0200 Subject: docs(guide): minor grammar fixes --- docs/content/guide/dev_guide.mvc.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/dev_guide.mvc.ngdoc') diff --git a/docs/content/guide/dev_guide.mvc.ngdoc b/docs/content/guide/dev_guide.mvc.ngdoc index 4555a6b2..9bfca071 100644 --- a/docs/content/guide/dev_guide.mvc.ngdoc +++ b/docs/content/guide/dev_guide.mvc.ngdoc @@ -3,11 +3,11 @@ @description While Model-View-Controller (MVC) has acquired different shades of meaning over the years since it -first appeared, angular incorporates the basic principles behind the original {@link +first appeared, Angular incorporates the basic principles behind the original {@link http://en.wikipedia.org/wiki/Model–view–controller MVC} software design pattern into its way of building client-side web applications. -The MVC pattern greatly summarized: +The MVC pattern summarized: * Separate applications into distinct presentation, data, and logic components * Encourage loose coupling between these components -- cgit v1.2.3