Skip to content

Commit 74617b8

Browse files
authored
Fix spelling mistake "mulitple" to "multiple"
1 parent e12d3c7 commit 74617b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/sample-buildspec-artifact-naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample contains example buildspec files that demonstrate how to specify an artifact name that is created at build time\. A name specified in a buildspec file can incorporate Shell commands and environment variables to make it unique\. A name you specify in a buildspec file overrides a name you enter in the console when you create your project\.
44

5-
If you build mulitple times, using an artifact name specified in the buildspec file can ensure your output artifact file names are unique\. For example, you can use a date and timestamp that is inserted into an artifact name at build time\.
5+
If you build multiple times, using an artifact name specified in the buildspec file can ensure your output artifact file names are unique\. For example, you can use a date and timestamp that is inserted into an artifact name at build time\.
66

77
If you want to override the artifact name you entered in the console with a name in the buildspec file, do the following:
88

@@ -79,4 +79,4 @@ artifacts:
7979
name: $Env:TEST_ENV_VARIABLE-$Env:AWS_REGION
8080
```
8181

82-
For more information, see [Build specification reference for CodeBuild](build-spec-ref.md)\.
82+
For more information, see [Build specification reference for CodeBuild](build-spec-ref.md)\.

0 commit comments

Comments
 (0)