Skip to content

Commit 2f387c1

Browse files
authored
Grammar fix (#9372)
* Grammar fix * Add myself to contributors
1 parent a48e087 commit 2f387c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
- RobHannay
9292
- rtmann
9393
- ryanflorence
94+
- ryanhiebert
9495
- sanketshah19
9596
- senseibarni
9697
- sergiodxa

docs/start/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Consider a search field that updates a list as the user types:
620620
^ lose correct state
621621
```
622622

623-
Even though the query for `q?=ryan` went out later, it completed earlier. If not handled correctly, the results will briefly be the correct values for `?q=ryan` but then flip over the incorrect results for `?q=ry`. Throttling and debouncing are not enough (you can still interrupt the requests that get through). You need to cancellation.
623+
Even though the query for `q?=ryan` went out later, it completed earlier. If not handled correctly, the results will briefly be the correct values for `?q=ryan` but then flip over the incorrect results for `?q=ry`. Throttling and debouncing are not enough (you can still interrupt the requests that get through). You need cancellation.
624624

625625
If you're using React Router's data conventions you avoid this problem completely and automatically.
626626

0 commit comments

Comments
 (0)