From 1087926ed55638a44fb423ecd80a5b08b7e77595 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Mon, 1 Jul 2019 16:56:12 +0200 Subject: [PATCH] fix typo: (#3334) --- docs/config/02-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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