aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-05 02:31:57 +0100
committerVictor Häggqvist <[email protected]>2015-03-05 02:31:57 +0100
commit1c43fd003625377fbcbe6b847989e35157ab5e69 (patch)
tree1b78c9967a8455b6e194436900a8167912666193
parenteef1ffb0f43783e28d0b931f270cab6d10ece2fb (diff)
fix: typov0.1.0
-rw-r--r--src/SortByFieldExtension.php2
1 files changed, 1 insertions, 1 deletions
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 {