Skip to content

Commit e74f5ed

Browse files
committed
found another noun where a verb should be
1 parent eb94a30 commit e74f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/dotfiles.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func dotfiles() *cobra.Command {
2424
cmd := &cobra.Command{
2525
Use: "dotfiles [git_repo_url]",
2626
Args: cobra.ExactArgs(1),
27-
Short: "Checkout and install a dotfiles repository.",
27+
Short: "Check out and install a dotfiles repository.",
2828
Example: "coder dotfiles [-y] git@github.com:example/dotfiles.git",
2929
RunE: func(cmd *cobra.Command, args []string) error {
3030
var (

0 commit comments

Comments
 (0)