Skip to content

Commit fe01db5

Browse files
authored
docs(start/tutorial): fix typo (#10456)
1 parent bdee927 commit fe01db5

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
@@ -213,3 +213,4 @@
213213
- yionr
214214
- yuleicul
215215
- zheng-chuang
216+
- mikib0

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ Alright, we're ready to click the star next to the user's name!
17841784

17851785
<img class="tutorial" loading="lazy" src="/_docs/tutorial/24.webp" />
17861786

1787-
Check that out, both stars automatically update. Our new `<fetcher.Form method="post">` works almost exactly like a the `<Form>` we've been using: it calls the action and then all data is revalidated automatically--even your errors will be caught the same way.
1787+
Check that out, both stars automatically update. Our new `<fetcher.Form method="post">` works almost exactly like the `<Form>` we've been using: it calls the action and then all data is revalidated automatically--even your errors will be caught the same way.
17881788

17891789
There is one key difference though, it's not a navigation--the URL doesn't change, the history stack is unaffected.
17901790

0 commit comments

Comments
 (0)