Skip to content

Commit

Permalink
overide -> override (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 authored Nov 5, 2021
1 parent 1f70caa commit 963dfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/poly/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func application() *cli.App {
Name: "poly",
Usage: "A command line utility for engineering organisms.",

// This is where you define global flags. Each sub command can also have its own flags that overide globals
// This is where you define global flags. Each sub command can also have its own flags that override globals
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "y",
Expand Down

0 comments on commit 963dfbd

Please sign in to comment.