Skip to content

Commit

Permalink
Fixed typo in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal24tuniki committed Jul 15, 2021
1 parent d628ce8 commit 26ad5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/integrations/nrawssdk-v2/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func main() {

// Create a New Relic application. This will look for your license key in an
// environment varluable called NEW_RELIC_LICENSE_KEY. This example turns on
// environment variable called NEW_RELIC_LICENSE_KEY. This example turns on
// Distributed Tracing, but that's not required.
app, err := newrelic.NewApplication(
newrelic.ConfigFromEnvironment(),
Expand Down

0 comments on commit 26ad5a9

Please sign in to comment.