From d1125894bea095a79133a7313326f16295b341bc Mon Sep 17 00:00:00 2001 From: zkochan Date: Thu, 27 Oct 2016 00:18:28 +0300 Subject: [PATCH] docs(example): fix typos --- examples/monorepo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/monorepo/README.md b/examples/monorepo/README.md index c4690e727b..cafbd53a9e 100644 --- a/examples/monorepo/README.md +++ b/examples/monorepo/README.md @@ -17,14 +17,14 @@ monorepo with three config values. Lets see what each of them are doing. **link-local = true** This is the most important change for a monorepo. -The `link-local` config makes `pnpm` synlink local dependencies and convert them to semver -depencies before publish. More detailes about this option at: [usage in monorepos](../../docs/recipes/usage-in-monorepos.md) +The `link-local` config makes `pnpm` symlink local dependencies and convert them to semver +dependencies before publish. More details about this option at: [usage in monorepos](../../docs/recipes/usage-in-monorepos.md) **store-path = ~/.store** This makes `pnpm` use a global store. Packages in monorepos usually have a big set of common dependencies. A common store will keep all the dependencies in one place, giving a huge boost -to the installation time. More detailes about shared stores [here](../../docs/recipes/shared-store.md). +to the installation time. More details about shared stores [here](../../docs/recipes/shared-store.md). **save-exact = false**