Skip to content

Commit

Permalink
fix spelling (sneako#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorliem authored and AndrewDryga committed Jul 30, 2019
1 parent 1317955 commit e041318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger_json/formatters/google_cloud_logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule LoggerJSON.Formatters.GoogleCloudLogger do
@severity_levels [{:debug, "DEBUG"}, {:info, "INFO"}, {:warn, "WARNING"}, {:error, "ERROR"}]

@doc """
Builds structured paylpad which is mapped to Google Cloud Logger
Builds structured payload which is mapped to Google Cloud Logger
[`LogEntry`](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry) format.
See: https://cloud.google.com/logging/docs/agent/configuration#special_fields_in_structured_payloads
Expand Down

0 comments on commit e041318

Please sign in to comment.