From 11f4e0b5ae89b14dcf4b5eaafc64a32203c180a9 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 11 Aug 2022 23:32:37 +0200 Subject: [PATCH] docs: typo in cache command long description (cherry picked from commit 37422da4f2588a864ec2de06d0b373fcf2296a9c) --- packages/angular/cli/src/commands/cache/long-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/src/commands/cache/long-description.md b/packages/angular/cli/src/commands/cache/long-description.md index 8e52883f4c2a..8da4bb9e5364 100644 --- a/packages/angular/cli/src/commands/cache/long-description.md +++ b/packages/angular/cli/src/commands/cache/long-description.md @@ -26,7 +26,7 @@ By default, disk cache is only enabled for local environments. The value of envi - `all` - allows disk cache on all machines. - `local` - allows disk cache only on development machines. -- `ci` - allows disk cache only on continuous integration (Ci) systems. +- `ci` - allows disk cache only on continuous integration (CI) systems. To change the environment setting to `all`, run the following command: