From 0d70c7f610b631ac6c90fa9383686b96f459252f Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Fri, 27 Oct 2023 15:56:58 -0400 Subject: [PATCH] Typo --- lib/bandit/logger.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bandit/logger.ex b/lib/bandit/logger.ex index b5ae5d0c..52d09a86 100644 --- a/lib/bandit/logger.ex +++ b/lib/bandit/logger.ex @@ -9,7 +9,7 @@ defmodule Bandit.Logger do for `Bandit.Telemetry`. The logging included in this module is concerned specifically with protocol level events. - Should you wish to log lower level transport concens, there are similar functions to these in + Should you wish to log lower level transport concerns, there are similar functions to these in the `ThousandIsland.Logger` module. Corresponding telemetry events are described in the module documentation for `ThousandIsland.Telemetry`. """