Skip to content

Commit ff55304

Browse files
authored
Merge pull request #98 from jjhampton/patch-2
Fix typo
2 parents 397c7cd + f57b277 commit ff55304

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)