Skip to content

Commit 1c50fbc

Browse files
author
Igor Oparin
committed
Docs: fix extra spaces in the comparison.md
1 parent d02c27a commit 1c50fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rtk-query/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ This comparison table strives to be as accurate and as unbiased as possible. If
7575
| **API Definition** | declarative | on use, declarative | GraphQL schema | GraphQL schema |
7676
| **Cache by** | endpoint + serialized arguments | user-defined query-key | type/id | type/id? |
7777
| **Invalidation Strategy + Refetching** | declarative, by type and/or type/id | manual by cache key | automatic cache updates on per-entity level, manual query invalidation by cache key | declarative, by type OR automatic cache updates on per-entity level, manual query invalidation by cache key |
78-
| **Polling ** | yes | yes | yes | yes |
79-
| **Parallel queries ** | yes | yes | yes | yes |
78+
| **Polling** | yes | yes | yes | yes |
79+
| **Parallel queries** | yes | yes | yes | yes |
8080
| **Dependent queries** | yes | yes | yes | yes |
8181
| **Skip queries** | yes | yes | yes | yes |
8282
| **Lagged queries** | yes | yes | no | ? |

0 commit comments

Comments
 (0)