Skip to content

Commit

Permalink
docs: typo 😅
Browse files Browse the repository at this point in the history
Leksat committed Jan 10, 2024
1 parent 889a975 commit 039c1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 039c1f2

Please sign in to comment.