docs(core): fix typo

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
Juri Strumpflohner 2024-08-07 08:20:03 -07:00
parent 4666aa7027
commit f863fa749a

View File

@ -5,7 +5,7 @@ Rebuilding and retesting the same code repeatedly is costly. Nx offers a sophist
- drastically **speeds up your task execution times** while developing locally and even more [in CI](/ci/features/remote-cache) - drastically **speeds up your task execution times** while developing locally and even more [in CI](/ci/features/remote-cache)
- **saves you money on CI/CD costs** by reducing the number of tasks that need to be executed - **saves you money on CI/CD costs** by reducing the number of tasks that need to be executed
Nx **restores the terminal output, along with the files and artifacts** created from running the task (e.g., your build or dist directory). If you want to learn more about the conceptual model behind Nx's caching, read [How Caching Works](/concepts/how-caching-works). Nx **restores both the terminal output and the files** created from running the task (e.g., your build or dist directory). If you want to learn more about the conceptual model behind Nx's caching, read [How Caching Works](/concepts/how-caching-works).
## Define Cacheable Tasks ## Define Cacheable Tasks