Skip to content

Commit

Permalink
Fix typo spelling continuously
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Jun 30, 2018
1 parent 971d958 commit 67c4f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
var watchConfig config.Configuration
var outputConfig config.OutputConfiguration

var WatchCommand = &cobra.Command{
var watchCommand = &cobra.Command{
Use: "watch <log group>",
Short: "Continously stream log events",
Short: "Continuously stream log events",
Long: "",
Args: func(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
Expand Down

0 comments on commit 67c4f5c

Please sign in to comment.