Skip to content

Commit a73225c

Browse files
cognifloydamanda11
andauthored
Fix typo
Co-authored-by: Amanda McGuinness <amanda.mcguinness@intive.com>
1 parent 6fbb1df commit a73225c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pants-plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This plugin adds two new targets to pants:
3636
- `pack_metadata_in_git_submodule`
3737

3838
These targets include all StackStorm pack metadata files in a pack.
39-
Pack metadata includes top-level files (`pack.yaml`, `<pack>.yaml.examle`,
39+
Pack metadata includes top-level files (`pack.yaml`, `<pack>.yaml.example`,
4040
`config.schema.yaml`, and `icon.png`) and metadata (`*.yaml`, `*.yml`)
4141
for actions, action-aliases, policies, rules, and sensors.
4242

pants-plugins/pack_metadata/target_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class PackMetadata(ResourcesGeneratorTarget):
5959
core_fields = (*COMMON_TARGET_FIELDS, Dependencies, PackMetadataSourcesField)
6060
help = (
6161
"Loose pack metadata files.\n\n"
62-
"Pack metadata includes top-level files (pack.yaml, <pack>.yaml.examle, "
62+
"Pack metadata includes top-level files (pack.yaml, <pack>.yaml.example, "
6363
"config.schema.yaml, and icon.png) and metadata for actions, "
6464
"action-aliases, policies, rules, and sensors."
6565
)

0 commit comments

Comments
 (0)