Skip to content

Commit 246fbff

Browse files
committed
wording tweaks
1 parent a969815 commit 246fbff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ command: |-
3737
# Any tags that the workflow should be categorized with.
3838
tags:
3939
- homebrew
40-
# A description the workflow.
40+
# A description of the workflow.
4141
description: Uses the external command rmtree to remove a Homebrew package and all of its dependencies
4242
# List of arguments within the command.
4343
arguments:
44-
# Name of the argument within the command. This must match exactly with the name
45-
# of the argument within the command (without the curly braces).
44+
# Name of the argument within the command. This must exactly match the name of the argument
45+
# within the command (without the curly braces).
4646
- name: package_name
4747
# The description of the argument.
4848
description: The name of the package that should be removed
@@ -88,6 +88,6 @@ A good workflow is one that includes a command with many flags or arguments or o
8888
Additionally, a workflow _must_ include:
8989

9090
* A descriptive title that includes the name of the command--this is useful for improving the experience of searching for workflows in Warp or [commands.dev](https://www.commands.dev/).
91-
* A tag that accurately categorizes the workflows. We ask that you avoid many repetitive tags to improve searchability of workflows within Warp.
91+
* A tag that accurately categorizes the workflows. Avoid many repetitive tags to improve searchability of workflows within Warp.
9292
* A description for the workflow and each of its arguments, if applicable.
9393
* A default value for each argument, if applicable.

0 commit comments

Comments
 (0)