Skip to content

Commit 8c2e854

Browse files
authored
Merge pull request #126 from hirenbhut93/patch-2
typo mistake
2 parents 07b0f66 + a1528a6 commit 8c2e854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Widget support the following options that are additionally recognized over and a
1212
you use widget without a model, since in this case widget is not able to detect client-side options automatically
1313

1414
**addButtonPosition** *integer|array*: the position(s) of `add` button.
15-
This can be `MultipleInput::POS_HEADER`, `MultipleInput::POS_ROW` or `MultipleInput:PO_FOOTER`
15+
This can be `MultipleInput::POS_HEADER`, `MultipleInput::POS_ROW` or `MultipleInput:POS_FOOTER`
1616

1717
**addButtonOptions** *array*: the HTML options for `add` button. Can contains `class` and `label` keys
1818

@@ -106,4 +106,4 @@ For using widget as column input you may use the following code:
106106
'mask' => '999-999-99-99'
107107
]
108108
]
109-
```
109+
```

0 commit comments

Comments
 (0)