Преглед на файлове

two more minor spelling fixes

Elan Ruusamäe преди 10 години
родител
ревизия
a5c56fdf1e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/Monolog/Handler/CubeHandler.php

+ 2 - 2
src/Monolog/Handler/CubeHandler.php

@@ -32,8 +32,8 @@ class CubeHandler extends AbstractProcessingHandler
      * Create a Cube handler
      * Create a Cube handler
      *
      *
      * @throws \UnexpectedValueException when given url is not a valid url.
      * @throws \UnexpectedValueException when given url is not a valid url.
-     *                                  A valid url must consists of three parts : protocol://host:port
-     *                                  Only valid protocol used by Cube are http and udp
+     *                                  A valid url must consist of three parts : protocol://host:port
+     *                                  Only valid protocols used by Cube are http and udp
      */
      */
     public function __construct($url, $level = Logger::DEBUG, $bubble = true)
     public function __construct($url, $level = Logger::DEBUG, $bubble = true)
     {
     {