From ba8d93705ced93de14657103b77911740fa6db38 Mon Sep 17 00:00:00 2001 From: gerryvdm Date: Tue, 18 Nov 2014 14:29:43 +0100 Subject: [PATCH] Fixed grammar error in docblock --- src/Symfony/Component/Config/ConfigCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Config/ConfigCache.php b/src/Symfony/Component/Config/ConfigCache.php index 4b58e7352a..946e1be424 100644 --- a/src/Symfony/Component/Config/ConfigCache.php +++ b/src/Symfony/Component/Config/ConfigCache.php @@ -90,7 +90,7 @@ class ConfigCache * @param string $content The content to write in the cache * @param ResourceInterface[] $metadata An array of ResourceInterface instances * - * @throws \RuntimeException When cache file can't be wrote + * @throws \RuntimeException When cache file can't be written */ public function write($content, array $metadata = null) {