Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo
  • Loading branch information
thijstriemstra authored Jul 1, 2019
commit 5f1f9cd31dcd8366f618e4c2c7d4b856f70b2381
2 changes: 1 addition & 1 deletion docs/config/02-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Each pattern is either a simple string or an object with the following propertie
* `dom`
* **Description.** The type determines the mechanism for including the file. The `css` and `html` types
create `link` elements; the `js`, `dart`, and `module` elements create `script` elements. The `dom` type
includes the file content in the page, used, for example, to test components combinging HTML and JS.
includes the file content in the page, used, for example, to test components combining HTML and JS.

### `watched`
* **Type.** Boolean
Expand Down