From 039c1f2ecc4877d769bd454e50b7b0e2f655bb87 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Wed, 10 Jan 2024 14:24:25 +0400 Subject: [PATCH] =?UTF-8?q?docs:=20typo=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b88480a27..74a037439 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ Minimal example: - On the first `turbo build` run Turborepo will - calculate hashes for files from `src` folder, and save them into cache, - save `dist` folder into cache. -- On the second `turbo build` run Turborepo will compare `src` hashes with cash. - If hashes do match, it will restore `dist` folder from the cache without - running the `build` script. +- On the second `turbo build` run Turborepo will compare `src` hashes with + cache. If hashes do match, it will restore `dist` folder from the cache + without running the `build` script. More in docs: https://turbo.build/repo/docs/core-concepts/caching