aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPepper Lebeck-Jobe2011-03-20 06:49:49 -0700
committerIgor Minar2011-03-22 10:10:55 -0700
commitff4480be6501e0be077201a4f25c3abaae2cebb5 (patch)
tree31799612c2cf9d43c0e8d2bdea2489c58860f787
parentcf0513dc6f888981e4e3df9a5388646b8d89ce24 (diff)
downloadangular.js-ff4480be6501e0be077201a4f25c3abaae2cebb5.tar.bz2
Fixes a typo xmlsn -> xmlns
-rw-r--r--docs/guide.bootstrap.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide.bootstrap.ngdoc b/docs/guide.bootstrap.ngdoc
index fd35b641..12028796 100644
--- a/docs/guide.bootstrap.ngdoc
+++ b/docs/guide.bootstrap.ngdoc
@@ -82,7 +82,7 @@ This is the sequence that your code should follow if you're writing your own man
If you want to define your own widgets, you must create your own namespace and use that namespace
to form the fully qualified widget name. For example, you could map the alias my to your domain
-and create a widget called my:widget. To create your own namespace, simply add another xmlsn tag
+and create a widget called my:widget. To create your own namespace, simply add another xmlns tag
to your page, create an alias, and set it to your unique domain:
<pre>