Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff4480b

Browse files
eljobeIgorMinar
authored andcommitted
Fixes a typo xmlsn -> xmlns
1 parent cf0513d commit ff4480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide.bootstrap.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is the sequence that your code should follow if you're writing your own man
8282

8383
If you want to define your own widgets, you must create your own namespace and use that namespace
8484
to form the fully qualified widget name. For example, you could map the alias my to your domain
85-
and create a widget called my:widget. To create your own namespace, simply add another xmlsn tag
85+
and create a widget called my:widget. To create your own namespace, simply add another xmlns tag
8686
to your page, create an alias, and set it to your unique domain:
8787

8888
<pre>

0 commit comments

Comments
 (0)