Skip to content

Commit

Permalink
docs(flutterfire_ui): Fixes "infinite" typo (#8039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Feb 8, 2022
1 parent b3db021 commit c2cf325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef FirebaseQueryBuilderSnapshotBuilder = Widget Function(

/// {@template firebase_ui.firebase_database_query_builder}
/// Listens to a query and paginates the result in a way that is compatible with
/// infinie scroll views, such as [ListView] or [GridView].
/// infinite scroll views, such as [ListView] or [GridView].
///
/// [FirebaseDatabaseQueryBuilder] will subscribe to the query and obtain the first
/// [pageSize] items (10 by default). Then as the UI needs to render more items,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef FirestoreQueryBuilderSnapshotBuilder<T> = Widget Function(

/// {@template firebase_ui.firestore_query_builder}
/// Listens to a query and paginates the result in a way that is compatible with
/// infinie scroll views, such as [ListView] or [GridView].
/// infinite scroll views, such as [ListView] or [GridView].
///
/// [FirestoreQueryBuilder] will subscribe to the query and obtain the first
/// [pageSize] items (10 by default). Then as the UI needs to render more items,
Expand Down

0 comments on commit c2cf325

Please sign in to comment.