Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix(docs): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinold authored and btford committed Jul 16, 2012
1 parent a8b0400 commit 5026315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/ie.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To make your angular application work on IE please make sure that:

The **important** parts are:

* `xmlns:ng` - *namespace* - you need one namespace for each custom tay you are planning on
* `xmlns:ng` - *namespace* - you need one namespace for each custom tag you are planning on
using.

* `document.createElement(yourTagName)` - *creation of custom tag names* - Since this is an
Expand Down

0 comments on commit 5026315

Please sign in to comment.