Skip to content

Commit 735bf7b

Browse files
authored
Update README.md (#1881)
Fix typo
1 parent 5c6a0d6 commit 735bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ FirebaseRecyclerAdapter adapter = new FirebaseRecyclerAdapter<Chat, ChatHolder>(
245245

246246
The `FirebaseRecyclerPagingAdapter` binds a `Query` to a `RecyclerView` by loading documents in pages.
247247
This results in a time and memory efficient binding, however it gives up the real-time events
248-
afforted by the `FirestoreRecyclerAdapter`.
248+
afforded by the `FirestoreRecyclerAdapter`.
249249

250250
The `FirebaseRecyclerPagingAdapter` is built on top of the [Android Paging Support Library][paging-support].
251251
Before using the adapter in your application, you must add a dependency on the support library:

0 commit comments

Comments
 (0)