You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/02-files.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The `files` array determines which files are included in the browser, watched, a
15
15
***Default.** Will attempt to determine type based on file extension. If that fails, defaults to `js`.
16
16
***Possible Values:**
17
17
*`css` - Include using `<link rel="stylesheet">` tag.
18
-
*`html` - Include using [HTML Imports](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports). Note that this feature is obsolete and does not work in the modern browsers.
18
+
*`html` - Include using [HTML Imports](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports). Note that this feature is obsolete and does not work in the modern browsers.
19
19
*`js` - Include using `<script></script>` tag.
20
20
*`module` - Include using `<script type="module"></script>` tag.
21
21
*`dom` - Inline content of the file in the page. This can be used, for example, to test components combining HTML and JS.
@@ -57,7 +57,7 @@ The `files` array determines which files are included in the browser, watched, a
57
57
### `integrity`
58
58
***Type.** String
59
59
***Default.**`undefined`
60
-
***Description.** Set the `integrity` HTML attribute value to the `<script>` or the `<link>` tag to load the resource that matches the given pattern if the pattern is an absolute URL.
60
+
***Description.** Set the `integrity` HTML attribute value to the `<script>` or the `<link>` tag loading the resource that matches the given pattern if the pattern is an absolute URL.
61
61
62
62
## Pattern matching and `basePath`
63
63
- All of the relative patterns will get resolved using the `basePath` first.
0 commit comments