Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8a4cc99

Browse files
kapunahelewongjuleskremer
authored andcommitted
docs(browser-support): copy edits (#3353)
1 parent f11a261 commit 8a4cc99

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

public/docs/ts/latest/guide/browser-support.jade

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ table
6464
Angular is built on the latest standards of the web platform.
6565
Targeting such a wide range of browsers is challenging because they do not support all features of modern browsers.
6666

67-
You compensate by loading polyfill scripts ("polyfills") on the host web page (`index.html`)
67+
You can compensate by loading polyfill scripts ("polyfills") on the host web page (`index.html`)
6868
that implement missing features in JavaScript.
6969
+makeExample('quickstart/ts/src/index.html', 'polyfills')(format='.')
7070
:marked
7171
A particular browser may require at least one polyfill to run _any_ Angular application.
7272
You may need additional polyfills for specific features.
7373

74-
The tables below will help you determine which polyfills to load, depending on the browsers you target and the features you use.
74+
The tables below can help you determine which polyfills to load, depending on the browsers you target and the features you use.
7575

7676
.alert.is-important
7777
:marked
78-
The suggested polyfills are the ones we know will run full Angular applications.
78+
The suggested polyfills are the ones that run full Angular applications.
7979
You may need additional polyfills to support features not covered by this list.
8080
Note that polyfills cannot magically transform an old, slow browser into a modern, fast one.
8181

@@ -161,7 +161,7 @@ table
161161
table
162162
tr
163163
th Polyfill
164-
th Licence
164+
th License
165165
th Size*
166166
tr
167167
td
@@ -176,7 +176,7 @@ table
176176
tr
177177
td
178178
a#intl(href="https://github.com/andyearnshaw/Intl.js" target="_blank") Intl
179-
td MIT / Unicode licence
179+
td MIT / Unicode license
180180
td 13.5KB
181181
tr
182182
td
@@ -200,4 +200,5 @@ table
200200
td 0.4KB
201201

202202
:marked
203-
\* Figures are for minified and gzipped code, computed with the <a href="http://closure-compiler.appspot.com/home" target="_blank">closure compiler</a>
203+
\* Figures are for minified and gzipped code,
204+
computed with the <a href="http://closure-compiler.appspot.com/home" target="_blank">closure compiler</a>.

0 commit comments

Comments
 (0)