Skip to content

Commit 6d41fb2

Browse files
authored
Fix tiny typo: afforted -> afforded (#1785)
1 parent 6de2d73 commit 6d41fb2

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 `FirestoreRecyclerAdapter`.
250+
afforded 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)