From ff4480be6501e0be077201a4f25c3abaae2cebb5 Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Sun, 20 Mar 2011 06:49:49 -0700 Subject: Fixes a typo xmlsn -> xmlns --- docs/guide.bootstrap.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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:
-- cgit v1.2.3