Skip to content

Commit

Permalink
Fix tiny typo: afforted -> afforded (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
puf committed May 26, 2020
1 parent 6de2d73 commit 6d41fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/README.md
Expand Up @@ -247,7 +247,7 @@ FirestoreRecyclerAdapter adapter = new FirestoreRecyclerAdapter<Chat, ChatHolder

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

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

0 comments on commit 6d41fb2

Please sign in to comment.