Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix push command spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
romeara authored Jan 21, 2020
1 parent da4e24e commit bf97cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @since 0.1.0
*/
@Command(
description = "Pushes a provided payload to an indicated web URL, mimicing the GitHub webook call pattern",
description = "Pushes a provided payload to an indicated web URL, mimicking the GitHub webook call pattern",
name = PushCommand.COMMAND_NAME, mixinStandardHelpOptions = true)
public class PushCommand implements Runnable {

Expand Down

0 comments on commit bf97cf4

Please sign in to comment.