Pascal Borreli 14 лет назад
Родитель
Сommit
c70824d22c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

+ 1 - 1
src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

@@ -340,7 +340,7 @@ class HttpCache implements HttpKernelInterface
     /**
      * Forwards the Request to the backend and determines whether the response should be stored.
      *
-     * This methods is trigered when the cache missed or a reload is required.
+     * This methods is triggered when the cache missed or a reload is required.
      *
      * @param Request  $request A Request instance
      * @param Boolean  $catch   whether to process exceptions