Skip to content

Commit

Permalink
Merge pull request #342 from vishal24tuniki/master
Browse files Browse the repository at this point in the history
Fixed typo in variable

Thanks, @vishal24tuniki !
  • Loading branch information
RichVanderwal committed Jul 15, 2021
2 parents f751b4c + 26ad5a9 commit fb48c02
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 fb48c02

Please sign in to comment.