diff options
| author | Matt Rohrer | 2012-09-26 15:30:55 +0200 |
|---|---|---|
| committer | Brian Ford | 2013-01-17 19:36:14 -0500 |
| commit | d4312b731a6d795f1afef83cccd4ec1a5a11e0e4 (patch) | |
| tree | d895b06904eb7dcd2c7ee05e4d2cd88c46bc0439 /docs/content/guide/dev_guide.mvc.ngdoc | |
| parent | 66f051386e153f10bd2751a7cafb61404799adee (diff) | |
| download | angular.js-d4312b731a6d795f1afef83cccd4ec1a5a11e0e4.tar.bz2 | |
docs(guide): minor grammar fixes
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
