Skip to content

Commit 19deafa

Browse files
authored
fixing format of watchOptions default value
1 parent 3825e42 commit 19deafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ information and property details, please see the
181181
### watchOptions
182182

183183
Type: `Object`
184-
Default: `{ aggregateTimeout: 200 }``
184+
Default: `{ aggregateTimeout: 200 }`
185185

186186
The module accepts an `Object` containing options for file watching, which is
187187
passed directly to the compiler provided. For more information on watch options

0 commit comments

Comments
 (0)