Validator::add() - Typo in doc block
@@ -248,7 +248,7 @@ class Validator implements \ArrayAccess, \IteratorAggregate, \Countable {
* ));
* }}}
*
- * @param string $field The name of the field from wich the rule will be removed
+ * @param string $field The name of the field from which the rule will be removed
* @param array|string $name The alias for a single rule or multiple rules array
* @param array|\Cake\Validation\ValidationRule $rule the rule to add
* @return Validator this instance