Skip to content

Commit 4ce533c

Browse files
authored
Fix stream docs spelling
Change `teh` to `the`
1 parent 2cced79 commit 4ce533c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module.exports.reload = noop("reload");
106106
* @param {Object} [opts.match] Resulting files to reload. The path is from the
107107
* root of the site (not the root of your project). You can use '**' to recurse
108108
* directories.
109-
* @param {Object} [opts.once] Only reload on the first changed file in teh stream.
109+
* @param {Object} [opts.once] Only reload on the first changed file in the stream.
110110
* @since 2.6.0
111111
* @returns {*}
112112
*/

0 commit comments

Comments
 (0)