Skip to content

Commit 98c2a48

Browse files
committed
Merge pull request #21 from ataylor32/typos
Fixed typos: "Overwirte FormHemlper" -> "Overwrite FormHelper"
2 parents d944894 + c01722a commit 98c2a48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

View/Helper/BoostCakeFormHelper.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class BoostCakeFormHelper extends FormHelper {
1717
protected $_fieldName = null;
1818

1919
/**
20-
* Overwirte FormHemlper::input()
20+
* Overwrite FormHelper::input()
2121
* Generates a form input element complete with label and wrapper div
2222
*
2323
* ### Options
@@ -131,7 +131,7 @@ public function input($fieldName, $options = array()) {
131131
}
132132

133133
/**
134-
* Overwirte FormHemlper::_divOptions()
134+
* Overwrite FormHelper::_divOptions()
135135
* Generate inner and outer div options
136136
* Generate div options for input
137137
*
@@ -157,7 +157,7 @@ protected function _divOptions($options) {
157157
}
158158

159159
/**
160-
* Overwirte FormHemlper::_getInput()
160+
* Overwrite FormHelper::_getInput()
161161
* Wrap `<div>` input element
162162
* Generates an input element
163163
*
@@ -195,7 +195,7 @@ protected function _getInput($args) {
195195
}
196196

197197
/**
198-
* Overwirte FormHemlper::_selectOptions()
198+
* Overwrite FormHelper::_selectOptions()
199199
* If $attributes['style'] is `<input type="checkbox">` then replace `<label>` position
200200
* Returns an array of formatted OPTION/OPTGROUP elements
201201
*

0 commit comments

Comments
 (0)