Skip to content

Commit e07b39f

Browse files
authored
Fix a typo
1 parent a2e48e6 commit e07b39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/build-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Docker layer cache mode is available for the Linux environment only\. If you cho
1919
+ Source cache mode caches Git metadata for primary and secondary sources\. After the cache is created, subsequent builds pull only the change between commits\. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository\. If you choose this option and your project does not use a Git repository \(GitHub, GitHub Enterprise, or Bitbucket\), the option is ignored\.
2020
+ Docker layer cache mode caches existing Docker layers\. This mode is a good choice for projects that build or pull large Docker images\. It can prevent the performance issues caused by pulling large Docker images down from the network\.
2121
**Note**
22-
You can use a Docker layer cache in the Linux enviornment only\.
22+
You can use a Docker layer cache in the Linux environment only\.
2323
The `privileged` flag must be set so that your project has the required Docker permissions\.
2424
You should consider the security implications before you use a Docker layer cache\.
2525
+ Custom cache mode caches directories you specify in the buildspec file\. This mode is a good choice if your build scenario is not suited to one of the other two local cache modes\. If you use a custom cache:
@@ -101,4 +101,4 @@ CodeBuildProject:
101101
- LOCAL_SOURCE_CACHE
102102
```
103103

104-
For more information, see [Create a Build Project \(AWS CloudFormation\)](create-project.md#create-project-cloud-formation)\.
104+
For more information, see [Create a Build Project \(AWS CloudFormation\)](create-project.md#create-project-cloud-formation)\.

0 commit comments

Comments
 (0)