Skip to content

Commit 6fe0033

Browse files
author
Suhas R. More
authored
docs: added quotes to improve rediability of line (TanStack#2153)
1 parent f1c34ef commit 6fe0033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once you grasp the nature of server state in your application, **even more chall
2020

2121
- Caching... (possibly the hardest thing to do in programming)
2222
- Deduping multiple requests for the same data into a single request
23-
- Updating out of date data in the background
23+
- Updating "out of date" data in the background
2424
- Knowing when data is "out of date"
2525
- Reflecting updates to data as quickly as possible
2626
- Performance optimizations like pagination and lazy loading data

0 commit comments

Comments
 (0)