Skip to content

Commit fb64181

Browse files
committed
Fix typo
Change-Id: I2a2ea182a476283c5a95e66d6d013d160c3c4e89
1 parent a081a7f commit fb64181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ FirestoreRecyclerAdapter adapter = new FirestoreRecyclerAdapter<Chat, ChatHolder
247247

248248
The `FirestorePagingAdapter` binds a `Query` to a `RecyclerView` by loading documents in pages.
249249
This results in a time and memory efficient binding, however it gives up the real-time events
250-
afforted by the `FirestoreRecyclerAdaoter`.
250+
afforted by the `FirestoreRecyclerAdapter`.
251251

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

0 commit comments

Comments
 (0)