From 1c43fd003625377fbcbe6b847989e35157ab5e69 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 5 Mar 2015 02:31:57 +0100 Subject: fix: typo --- src/SortByFieldExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SortByFieldExtension.php b/src/SortByFieldExtension.php index a3e028b..828c8a3 100644 --- a/src/SortByFieldExtension.php +++ b/src/SortByFieldExtension.php @@ -10,7 +10,7 @@ use Exception; * * The base of the filter is borrowed from https://github.com/dannynimmo/craftcms-sortbyfield * - * I hav extended it to also sort array structures + * I have extended it to also sort array structures */ class SortByFieldExtension extends \Twig_Extension { -- cgit v1.2.3