Skip to content

Commit b41acfa

Browse files
Using native English term for an explanation in tutorial.md (#9339)
1 parent c56d64c commit b41acfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contributors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@
116116
- xavier-lc
117117
- xcsnowcity
118118
- yuleicul
119+
- abdallah-nour
120+

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ That's it! React Router will now automatically keep that data in sync with your
577577

578578
We'll create our first contact in a second, but first let's talk about HTML.
579579

580-
React Router emulates HTML Form navigation as the data mutation primitive, a la web development before the JavaScript cambrian explosion. It gives you the UX capabilities of client rendered apps with the simplicity of the "old school" web model.
580+
React Router emulates HTML Form navigation as the data mutation primitive, according to web development before the JavaScript cambrian explosion. It gives you the UX capabilities of client rendered apps with the simplicity of the "old school" web model.
581581

582582
While unfamiliar to some web developers, HTML forms actually cause a navigation in the browser, just like clicking a link. The only difference is in the request: links can only change the URL while forms can also change the request method (GET vs POST) and the request body (POST form data).
583583

0 commit comments

Comments
 (0)