Browse Source

Simple grammar docblock fix

Bryan Crowe 12 years ago
parent
commit
637abe190a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/StringTemplate.php

+ 1 - 1
src/View/StringTemplate.php

@@ -19,7 +19,7 @@ use Cake\Core\Plugin;
 use Cake\Error;
 
 /**
- * Provides a interface for registering and inserting
+ * Provides an interface for registering and inserting
  * content into simple logic-less string templates.
  *
  * Used by several helpers to provide simple flexible templates