diff options
| author | gipsy86147 | 2013-11-18 11:56:57 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-20 11:31:56 +0000 | 
| commit | 999fa446169461ed3a7d68dfd4084ad7d8c9335e (patch) | |
| tree | 511cfb6809d9f7642f9442f8efa3731cbf33f7f4 /docs | |
| parent | 5f9121ad560d45ee638ad19f95d256ea45b064be (diff) | |
| download | angular.js-999fa446169461ed3a7d68dfd4084ad7d8c9335e.tar.bz2 | |
docs(guide/ie): fix typo
Closes #5006
Diffstat (limited to 'docs')
| -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 2634196f..1b7be90a 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -80,7 +80,7 @@ The **important** parts are:  IE has issues with element tag names which are not standard HTML tag names. These fall into two  categories, and each category has its own fix. -  * If the tag name starts with `my:` prefix than it is considered an XML namespace and must +  * If the tag name starts with `my:` prefix then it is considered an XML namespace and must      have corresponding namespace declaration on `<html xmlns:my="ignored">`    * If the tag has no `:` but it is not a standard HTML tag, then it must be pre-created using | 
