Skip to content

Commit 7ca895c

Browse files
authored
Merge pull request awsdocs#16 from cariad/patch-1
Fix "buildpec" typo
2 parents f02ba98 + 99e461e commit 7ca895c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/build-spec-ref.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Commands in some build phases might not be run if commands in earlier build phas
275275
}
276276
```
277277
278-
Then your buildpec looks like the following:
278+
Then your build spec looks like the following:
279279
280280
```
281281
version: 0.2
@@ -391,4 +391,4 @@ The following table lists the build spec versions and the changes between versio
391391
| Version | Changes |
392392
| --- | --- |
393393
| 0\.2 | `environment_variables` has been renamed to `env`\. `plaintext` has been renamed to `variables`\. In version 0\.1, AWS CodeBuild runs each build command in a separate instance of the default shell in the build environment\. In version 0\.2, AWS CodeBuild runs all build commands in the same instance of the default shell in the build environment\. |
394-
| 0\.1 | This is the initial definition of the build specification format\. |
394+
| 0\.1 | This is the initial definition of the build specification format\. |

0 commit comments

Comments
 (0)