From d84a22374d37857f0d52e76c1c7a241154a18189 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:14:12 -0700 Subject: [PATCH] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190783d..ef1ae2f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ In this example code: * `node_modules/test-exclude/index.js` is excluded because `options.excludeNodeModules` is true by default. -### TestExculde#globSync(cwd = options.cwd): Array[string] +### TestExclude#globSync(cwd = options.cwd): Array[string] This synchronously retrieves a list of files within `cwd` which should be instrumented. Note that setting `cwd` to a parent of `options.cwd` is ineffective, this argument can