Skip to content

Commit b4efb96

Browse files
authored
docs: Fix the directory name in the docs (#5513)
The directory is overrides not override. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent 15c1f15 commit b4efb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/developing/overrides/yamlpatch.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or 2) you have to write only a handful modifications.
1414

1515
You can extend your CloudFormation template with YAML patches by running the `copilot [noun] override` command.
1616
For example, you can run `copilot svc override` to update the template of a Load Balanced Web Service.
17-
The command will generate a sample `cfn.patches.yml` file under the `copilot/[name]/override` directory.
17+
The command will generate a sample `cfn.patches.yml` file under the `copilot/[name]/overrides` directory.
1818

1919
## How does it work?
2020

0 commit comments

Comments
 (0)