diff options
| author | radu | 2013-02-02 14:05:00 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-02-05 22:14:43 +0100 | 
| commit | 92208d2f85fa5a9c2473db2d8349ae6e0dc189a6 (patch) | |
| tree | 69aba8dc174c41cd47141653015ef7b5fb197292 /src | |
| parent | ab7c74b4b93bbaf85e046d1ee99df98ebb743a7e (diff) | |
| download | angular.js-92208d2f85fa5a9c2473db2d8349ae6e0dc189a6.tar.bz2 | |
docs(ngApp): fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 0b8f0339..2affd5ef 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -841,7 +841,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {   * Use this directive to auto-bootstrap on application. Only   * one directive can be used per HTML document. The directive   * designates the root of the application and is typically placed - * ot the root of the page. + * at the root of the page.   *   * In the example below if the `ngApp` directive would not be placed   * on the `html` element then the document would not be compiled  | 
