Skip to content

Commit e5841cf

Browse files
authored
Merge pull request #17 from invertase/fix-small-typo
fix: small typo
2 parents ef16ac7 + e46b3fd commit e5841cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How is this library different from other solutions such as such as [ReactFire](h
88

99
The answer is simple - React Query Firebase doesn't try to implement the complex data fetching logic that other solutions provide,
1010
instead it wraps around [React Query](https://react-query.tanstack.com/). Out of the box React Query handles caching, background updates
11-
and stale data with zero configuration. It also provides tools such as DevTools, infininiate-loading APIs, data pre-fetching, mutation tools and much more.
11+
and stale data with zero configuration. It also provides tools such as DevTools, infinite-loading APIs, data pre-fetching, mutation tools and much more.
1212

1313
Alongside this, React Query Firebase is unopinionated when it comes to integrating with both Firebase and React Query. You can use the library alongside
1414
your existing Firebase or React Query code with zero conflict. You provide the [Query Keys](https://react-query.tanstack.com/guides/query-keys) and a

0 commit comments

Comments
 (0)