diff options
| author | asif22 | 2014-02-06 22:02:32 +0600 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-06 11:15:13 -0500 | 
| commit | bf4b0dbd46c67553b2e35a0f5d3ac1626d105418 (patch) | |
| tree | 208388d56d054c21fce2c0cd6594315f37003faa | |
| parent | 95d119ebb21ce94df63043ee600f6b4dba4cfcdf (diff) | |
| download | angular.js-bf4b0dbd46c67553b2e35a0f5d3ac1626d105418.tar.bz2 | |
docs(misc): fix typo in "getting started" docs
changed "building and application" to "building an application"
Closes #6156
| -rw-r--r-- | docs/content/misc/started.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index 522ddbce..f078aebe 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -7,7 +7,7 @@ becoming an Angular expert.  1. Read the {@link guide/concepts conceptual overview}.<br/>Understand Angular's vocabulary and how all the Angular     components work together. -1. Do the {@link tutorial/ AngularJS Tutorial}.<br/>Walk end-to-end through building and application complete with tests +1. Do the {@link tutorial/ AngularJS Tutorial}.<br/>Walk end-to-end through building an application complete with tests     on top of a node.js web server.  Covers every major AngularJS feature and show you how to set up your development     environment.  1. Download or clone the {@link https://github.com/angular/angular-seed Seed App project template}.<br/>Gives you a | 
