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

Commit 5026315

Browse files
kevinoldbtford
authored andcommitted
fix(docs): correct typo
1 parent a8b0400 commit 5026315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/ie.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To make your angular application work on IE please make sure that:
4141

4242
The **important** parts are:
4343

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

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

0 commit comments

Comments
 (0)