aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-02-22 15:49:46 -0800
committerIgor Minar2011-02-22 15:49:46 -0800
commitd15165f207f77f691794a4f6d07ecc63d922070f (patch)
treecde57ed10158c42fbc413d054db1807945165f52
parentc7998f5f992e9653b0c430316aadcbd7ecd47cb5 (diff)
downloadangular.js-d15165f207f77f691794a4f6d07ecc63d922070f.tar.bz2
fixing typo in guide.overview
-rw-r--r--docs/guide.overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide.overview.ngdoc b/docs/guide.overview.ngdoc
index 720dd095..a0ae71fd 100644
--- a/docs/guide.overview.ngdoc
+++ b/docs/guide.overview.ngdoc
@@ -86,7 +86,7 @@ Go ahead, try out the Live Preview above. "Well I _declare_! It's a fully funct
an instantly updating display, and input validation." Speaking of being declarative, let's walk
through the example and look at the angular-related lines to see what's going on around here.
-In line __2__ of the example, we let the browswer know about the angular namespace:
+In line __2__ of the example, we let the browser know about the angular namespace:
2 <html xmlns:ng="http://angularjs.org">