Jelajahi Sumber

[HttpKernel] Fixed Typo

Pascal Borreli 14 tahun lalu
induk
melakukan
c70824d22c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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