From 4ce533cec469c8ca45c9c6bca3bcfa8e52041369 Mon Sep 17 00:00:00 2001 From: Sergiu Negara Date: Tue, 24 Apr 2018 16:37:42 +0300 Subject: [PATCH] Fix stream docs spelling Change `teh` to `the` --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index c5e5f4abe..bb2574eb2 100644 --- a/lib/index.js +++ b/lib/index.js @@ -106,7 +106,7 @@ module.exports.reload = noop("reload"); * @param {Object} [opts.match] Resulting files to reload. The path is from the * root of the site (not the root of your project). You can use '**' to recurse * directories. - * @param {Object} [opts.once] Only reload on the first changed file in teh stream. + * @param {Object} [opts.once] Only reload on the first changed file in the stream. * @since 2.6.0 * @returns {*} */