diff --git a/lib/semantic_logger/formatters/new_relic_logs.rb b/lib/semantic_logger/formatters/new_relic_logs.rb index 438888e..94270b2 100644 --- a/lib/semantic_logger/formatters/new_relic_logs.rb +++ b/lib/semantic_logger/formatters/new_relic_logs.rb @@ -17,7 +17,7 @@ module Formatters # Formatter for reporting to NewRelic's Logger # # New Relic gracefully handles (and flattens) any JSON-based logs - # We construct the json and pass it to Newrelic for further processing. + # We construct the JSON and pass it to New Relic for further processing. # # == Reference # * Logging specification