From d8688975a2f6efbaf3a6307b809591d5cfc88e30 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 31 Jul 2016 16:06:50 +1000 Subject: [PATCH] Fixed typo (#964) cheers --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997e98639..d5d3ca690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -830,7 +830,7 @@ * Improved query string handling * Optimization to image handling supporting URL encoded filenames * Use global `composer` when available rather than Grv provided one - * Use `PHP_BINARY` contant rather than `php` executable + * Use `PHP_BINARY` constant rather than `php` executable * Updated Doctrine Cache library * Updated Symfony libraries * Moved `convertUrl()` method to Uri object