diff options
| author | Kevin Old | 2012-06-22 16:13:11 -0500 |
|---|---|---|
| committer | Brian Ford | 2012-07-16 11:40:21 -0700 |
| commit | 5026315d6f4495d636d86ae2a022fb55cc0ca211 (patch) | |
| tree | 6daa0178ecce558ee0545543ab2f557914eeb7e2 | |
| parent | a8b04004e3200b988543b0f2842d9071988d10c9 (diff) | |
| download | angular.js-5026315d6f4495d636d86ae2a022fb55cc0ca211.tar.bz2 | |
fix(docs): correct typo
| -rw-r--r-- | docs/content/guide/ie.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 3ba93d2d..f9622180 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -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 |
