Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Oct 27, 2023
1 parent 8d99519 commit e8d40ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The HTTP server is prepared to send logs to New Relic. If the
NEW_RELIC_LICENSE_KEY environment variable is set, the app automatically
reports to New Relic. Otherwise, the New Relic wrappers are just ignored.
The HTTP server is prepared to do a host header validation agains the value of
The HTTP server is prepared to do a host header validation against the value of
ALLOWED_HOST environment variable. If this variable is not set, this validation
is skipped.`
)
Expand Down Expand Up @@ -73,7 +73,7 @@ func apiCLI() *cobra.Command {
"new-relic-key",
"n",
"",
"New Relic license key (deafult NEW_RELIC_LICENSE_KEY environment variable)",
"New Relic license key (default NEW_RELIC_LICENSE_KEY environment variable)",
)
return apiCmd
}

0 comments on commit e8d40ae

Please sign in to comment.