Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix typo in docs (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jan 5, 2024
1 parent 50d5f63 commit eeb3252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prefect_aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class ECSTask(Infrastructure):
description=(
"The type of ECS task run infrastructure that should be used. Note that"
" 'FARGATE_SPOT' is not a formal ECS launch type, but we will configure"
" the proper capacity provider stategy if set here."
" the proper capacity provider strategy if set here."
),
)
)
Expand Down
2 changes: 1 addition & 1 deletion prefect_aws/workers/ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class ECSVariables(BaseVariables):
description=(
"The type of ECS task run infrastructure that should be used. Note that"
" 'FARGATE_SPOT' is not a formal ECS launch type, but we will configure"
" the proper capacity provider stategy if set here."
" the proper capacity provider strategy if set here."
),
)
)
Expand Down

0 comments on commit eeb3252

Please sign in to comment.