From 35905cd70fd994e559cabd6ff751b997e61fdaed Mon Sep 17 00:00:00 2001 From: Dylan Klohr Date: Thu, 9 Dec 2021 06:14:01 -0800 Subject: [PATCH] =?UTF-8?q?Typo:=20it's=20chaching=20=E2=80=93>=20its=20ca?= =?UTF-8?q?ching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/docs/getting-started.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/docs/getting-started.mdx b/docs/pages/docs/getting-started.mdx index 41ccc79f9c725..b537b119562f7 100644 --- a/docs/pages/docs/getting-started.mdx +++ b/docs/pages/docs/getting-started.mdx @@ -1,5 +1,5 @@ --- -title: Getting Started +title: Getting Started --- import Callout from "../../components/callout"; @@ -101,7 +101,7 @@ In the above example, the `build` and `test` tasks are dependant on their packag For each script in each workspace's `package.json`, Turborepo will cache files outputted to `dist/**` and `build/**` folders by default if an override isn't added. Using the [`outputs`](./features/caching#configuring-cache-outputs-1) array allows you to override the default cache folders, like in the example above, where the `.next/**` folder is selected to be the default cache folder for the `build` task. Turborepo will automatically record and cache logs to `.turbo/turbo-