Skip to content

Commit f57b277

Browse files
committed
Fix typo
'metod' -> 'method'
1 parent 397c7cd commit f57b277

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
@@ -160,7 +160,7 @@ Adapater object implements the following methods
160160
#### Parameters
161161
* **updater** is a function to be applied to every item currently in the buffer. The function will receive 3 parameters: `item`, `scope`, and `element`. Here `item` is the item to be affected, `scope` is the item $scope, and `element` is the html element for the item. The return value of the function should be an array of items. Similarly to the `newItem` parameter (see above), if the array is empty(`[]`), the item is deleted, otherwise the item is replaced by the items in the array. If the return value is not an array, the item remains unaffected, unless some updates were made to the item in the updater function. This can be thought of as in place update.
162162

163-
* Metod `append`
163+
* Method `append`
164164

165165
append(newItems)
166166
#### Description

0 commit comments

Comments
 (0)