docs(guide/ie): fixed minor typo

Closes #10251
This commit is contained in:
Ates Goral
2014-11-27 14:43:52 -05:00
committed by Martin Staffa
parent e5a9b265ba
commit 655ac6474b

View File

@@ -83,7 +83,7 @@ To make your Angular application work on IE please make sure that:
</body>
</html>
```
5. Use `ng-style` tags instead of `style="{{ someCss }}"`. The later works in Chrome and Firefox
5. Use `ng-style` tags instead of `style="{{ someCss }}"`. The latter works in Chrome and Firefox
but does not work in Internet Explorer <= 11 (the most recent version at time of writing).