Skip to content

Commit 32f15ad

Browse files
CS and doc fixes (#1525)
* CS and doc fixes * Update static.yml
1 parent bc84810 commit 32f15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeDeployClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function getDeployment($input): GetDeploymentOutput
175175
* `BeforeAllowTraffic` and `AfterAllowTraffic`. For Amazon ECS deployments, the available lifecycle hooks are
176176
* `BeforeInstall`, `AfterInstall`, `AfterAllowTestTraffic`, `BeforeAllowTraffic`, and `AfterAllowTraffic`. Lambda
177177
* validation functions return `Succeeded` or `Failed`. For more information, see AppSpec 'hooks' Section for an Lambda
178-
* Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2].
178+
* Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2].
179179
*
180180
* [^1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda
181181
* [^2]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs

0 commit comments

Comments
 (0)