From 4815142827d40b9c2e698899d7254a2c425a9997 Mon Sep 17 00:00:00 2001 From: Robert Tisdale Date: Thu, 30 Jan 2025 13:21:17 +0100 Subject: [PATCH] Another wording change to comments. Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- lib/semantic_logger/formatters/new_relic_logs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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