Skip to content

Commit

Permalink
typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-swilloughby committed Jul 1, 2021
1 parent bae9df3 commit 8400fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3/newrelic/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ func (app *Application) RecordCustomMetric(name string, value float64) {
// timeout is hit.
//
// Note that in most cases, it is not necesary nor recommended to call
// WaitForConnection() at all, particularly for any but the most short-lived
// WaitForConnection() at all, particularly for any but the most trivial, short-lived
// processes. It is better to simply start the application and allow the
// instrumentation code handle connections on its own, which it will do
// instrumentation code to handle its connections on its own, which it will do
// as needed in the background (and will continue attempting to connect
// if it wasn't immediately successful, all while allowing your application
// to proceed with its primary function).
Expand Down

0 comments on commit 8400fc0

Please sign in to comment.