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:19:47 -07:00
parent 850cedfa9f
commit 4666aa7027

View File

@ -2,7 +2,7 @@
Rebuilding and retesting the same code repeatedly is costly. Nx offers a sophisticated and battle-tested computation caching system that ensures **code is never rebuilt twice**. This:
- drastically **speeds up your task execution times** while developing locally, particularly [on 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
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).