Skip to content

Commit ea66d05

Browse files
Portugal, Marcelomportuga
authored andcommitted
docs(201_editable.ngdoc): Fix typo in tutorial
Change the capitalisation of the second d in editDropdownOptionsArray. fix #5644
1 parent 343d711 commit ea66d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tutorial/201_editable.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and `'boolean'` types, for all other fields a simple text editor is provided. (A
2323
to be enabled the datatype of the variable should also be "Date").
2424

2525
A dropdown editor is also available, through setting the `editableCellTemplate` on the `columnDef` to `'ui-grid/dropdownEditor'`.
26-
When using a dropdown editor you need to provide an options array through the `editDropDownOptionsArray` property on the `columnDef`.
26+
When using a dropdown editor you need to provide an options array through the `editDropdownOptionsArray` property on the `columnDef`.
2727
This array by default should be an array of `{id: xxx, value: xxx}`, although the field tags can be changed through
2828
using the `editDropdownIdLabel` and `editDropdownValueLabel` options.
2929

0 commit comments

Comments
 (0)