Skip to content

Commit 6eb146f

Browse files
ulrichbjohnnyreilly
authored andcommitted
Fix wrong code quotation in "async" description (#145)
1 parent dbe2574 commit 6eb146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Path to *tslint.json* file or `true`. If `true`, uses `path.resolve(compiler.opt
6767
Directories or files to watch by service. Not necessary but improves performance (reduces number of `fs.stat` calls).
6868

6969
* **async** `boolean`:
70-
True by default - `async: false` can block webpack's emit to wait for type checker/linter and to add errors to the webpack's compilation.`
70+
True by default - `async: false` can block webpack's emit to wait for type checker/linter and to add errors to the webpack's compilation.
7171
We recommend to set this to `false` in projects where type checking is faster than webpack's build - it's better for integration with other plugins. Another scenario where you might want to set this to `false` is if you use the `overlay` functionality of `webpack-dev-server`.
7272

7373
* **ignoreDiagnostics** `number[]`:

0 commit comments

Comments
 (0)