diff --git a/docs/config/02-files.md b/docs/config/02-files.md index 91de57174..6f52025cd 100644 --- a/docs/config/02-files.md +++ b/docs/config/02-files.md @@ -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