Skip to content

Commit

Permalink
Change "an" to "a" before "Cobra" (#27)
Browse files Browse the repository at this point in the history
As cobra begins with c, a consonant, the proper indefinite article to precede it is "a." The article "an" generally should only precede words starting with vowels or occasionally the letter h.
  • Loading branch information
nsapse authored Mar 29, 2022
1 parent 541496c commit cb54657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd myapp
go mod init github.com/spf13/myapp
```

#### Initalizing an Cobra CLI application
#### Initalizing a Cobra CLI application

From within a Go module run `cobra-cli init`. This will create a new barebones project
for you to edit.
Expand Down

0 comments on commit cb54657

Please sign in to comment.