Skip to content

Commit de8c283

Browse files
coliffroblarsen
authored andcommitted
minor docs update (#2115)
Update https://cdn.polyfill.io from v2 to v3 Remove unneeded shrink-to-fit=no meta tag
1 parent fe81517 commit de8c283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/doc/html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MDN Web Docs](https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_m
6161
HTML5 Boilerplate comes with a simple setup that strikes a good balance for general use cases.
6262

6363
```html
64-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
64+
<meta name="viewport" content="width=device-width, initial-scale=1">
6565
```
6666

6767
If you want to take advantage of edge-to-edge displays of iPhone X/XS/XR you can do
@@ -129,7 +129,7 @@ just put it before the other scripts in the bottom of the page:
129129

130130
```html
131131
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
132-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
132+
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script>
133133
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
134134
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
135135
<script src="js/plugins.js"></script>

src/doc/html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MDN Web Docs](https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_m
6161
HTML5 Boilerplate comes with a simple setup that strikes a good balance for general use cases.
6262

6363
```html
64-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
64+
<meta name="viewport" content="width=device-width, initial-scale=1">
6565
```
6666

6767
If you want to take advantage of edge-to-edge displays of iPhone X/XS/XR you can do
@@ -129,7 +129,7 @@ just put it before the other scripts in the bottom of the page:
129129

130130
```html
131131
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
132-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
132+
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script>
133133
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
134134
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
135135
<script src="js/plugins.js"></script>

0 commit comments

Comments
 (0)