Skip to content

Commit 23ef941

Browse files
author
Eugene Tupikov
committed
fixed typo
1 parent 634c580 commit 23ef941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Widget support the following options that are additionally recognized over and a
5050
- `value` *Closure*: you can set it to an anonymous function with the following signature: ```function($data) {}```
5151
- `defaultValue` *string*: default value of input,
5252
- `items` *array*|*Closure*: the items for input with type dropDownList, listBox, checkboxList, radioList or anonymous function
53-
which return array of items and has thw following signature: ```function($data) {}```
53+
which return array of items and has the following signature: ```function($data) {}```
5454
- `options` *array*: the HTML attributes for the input
5555
- `headerOptions` *array*: the HTML attributes for the header cell
5656
- `enableError` *boolean*: whether to render inline error for the input. Default to `false`

0 commit comments

Comments
 (0)