From 999fa446169461ed3a7d68dfd4084ad7d8c9335e Mon Sep 17 00:00:00 2001 From: gipsy86147 Date: Mon, 18 Nov 2013 11:56:57 -0500 Subject: docs(guide/ie): fix typo Closes #5006 --- docs/content/guide/ie.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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 `` * If the tag has no `:` but it is not a standard HTML tag, then it must be pre-created using -- cgit v1.2.3