diff --git a/docs/pages/docs/features/scopes.mdx b/docs/pages/docs/features/scopes.mdx index 8e90d47b2d452..79c1854fad0bc 100644 --- a/docs/pages/docs/features/scopes.mdx +++ b/docs/pages/docs/features/scopes.mdx @@ -18,7 +18,7 @@ Scoping task execution can speed up the process especially if there are distinct By default, it is helpful to be able to run tasks on all affected packages within a scope. Packages that changed will affect downstream consumers. In this case, pass along the `scope` to build all the dependencies as well. - You can use wild card character: `*`. This is particularly helpful when + You can use wildcard character: `*`. This is particularly helpful when packages are named by group or by scope.