Просмотр исходного кода

Update NormalizerFormatter.php

^H the i
Elan Ruusamäe 9 лет назад
Родитель
Сommit
33df788930
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Monolog/Formatter/NormalizerFormatter.php

+ 1 - 1
src/Monolog/Formatter/NormalizerFormatter.php

@@ -188,7 +188,7 @@ class NormalizerFormatter implements FormatterInterface
      * Handle a json_encode failure.
      *
      * If the failure is due to invalid string encoding, try to clean the
-     * input and encode again. If the second encoding iattempt fails, the
+     * input and encode again. If the second encoding attempt fails, the
      * inital error is not encoding related or the input can't be cleaned then
      * raise a descriptive exception.
      *