diff --git a/docs/pages/docs/reference/configuration.mdx b/docs/pages/docs/reference/configuration.mdx index 0651be2f4d875..b4dfd3ca55eff 100644 --- a/docs/pages/docs/reference/configuration.mdx +++ b/docs/pages/docs/reference/configuration.mdx @@ -17,7 +17,7 @@ Defaults to `origin/master`. The base branch or your git repository. Git is used `type: string[]` A list of globs for implicit global hash dependencies. The contents of these files will be included in the global hashing algorithm. -This is useful for busting the cache based on `.env` files (not in Git) or any root level file that impacts package tasks (but are not represented in the traditional dependency graph (e.g. a root `tsconfig.json`, `jest.config.js`, `.eslitrc`, etc.)). +This is useful for busting the cache based on `.env` files (not in Git) or any root level file that impacts package tasks (but are not represented in the traditional dependency graph (e.g. a root `tsconfig.json`, `jest.config.js`, `.eslintrc`, etc.)). ## `npmClient`