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

Commit 655ac64

Browse files
atesgoralNarretz
authored andcommitted
docs(guide/ie): fixed minor typo
Closes #10251
1 parent e5a9b26 commit 655ac64

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

8989

0 commit comments

Comments
 (0)