Skip to content

Commit 83d8193

Browse files
authored
docs(start/tutorial): Fix typo (#10154)
* Fix typo error * Update contributors.yml
1 parent 8062b59 commit 83d8193

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
@@ -191,3 +191,4 @@
191191
- yionr
192192
- yuleicul
193193
- zheng-chuang
194+
- nilubisan

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ There is one key difference though, it's not a navigation--the URL doesn't chang
17901790

17911791
## Optimistic UI
17921792

1793-
You probably noticed the app felt kind of unresponsive when we clicked the the favorite button from the last section. Once again, we added some network latency because you're going to have it in the real world!
1793+
You probably noticed the app felt kind of unresponsive when we clicked the favorite button from the last section. Once again, we added some network latency because you're going to have it in the real world!
17941794

17951795
To give the user some feedback, we could put the star into a loading state with [`fetcher.state`][fetcherstate] (a lot like `navigation.state` from before), but we can do something even better this time. We can use a strategy called "optimistic UI"
17961796

0 commit comments

Comments
 (0)