aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorradu2013-02-02 14:05:00 -0500
committerPawel Kozlowski2013-02-05 21:29:11 +0100
commit7cc4063303e9fd4fe7b026990d444b5e5abc1f42 (patch)
treeb77d7fe7c8f6b85a95dfd39d721aee7b98ea4759 /src/Angular.js
parentd8e242418de0f9d51545a03e966b86231f6e092c (diff)
downloadangular.js-7cc4063303e9fd4fe7b026990d444b5e5abc1f42.tar.bz2
docs(ngApp): fix typo
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
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