Skip to content

Commit

Permalink
docs(guides/data-writes): Fix a couple typos (#4625)
Browse files Browse the repository at this point in the history
* Fix typos in the docs

* Added git user in contributors.yaml

* Update docs/guides/data-writes.md

Co-authored-by: Mehdi Achour <[email protected]>
  • Loading branch information
2 people authored and kentcdodds committed Dec 15, 2022
1 parent 8b3b8a1 commit 0123e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,4 @@
- zachdtaylor
- zainfathoni
- zhe
- mjangir
4 changes: 2 additions & 2 deletions docs/guides/data-writes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This guide only covers `<Form>`. We suggest you read the docs for the other two

## Plain HTML Forms

After teaching workshops with our company <a href="https://reacttraining.com">React Training</a> for years, we've learned that a lot of newer web developers (through no fault of their own) don't actually know how `<form>` works!
After teaching workshops with our company <a href="https://reacttraining.com">React Training</a> for years, we've learned that a lot of newer web developers (though no fault of their own) don't actually know how `<form>` works!

Since Remix `<Form>` works identically to `<form>` (with a couple extra goodies for optimistic UI etc.), we're going to brush up on plain ol' HTML forms, so you can learn both HTML and Remix at the same time.
Since Remix `<Form>` works identically to `<form>` (with a couple of extra goodies for optimistic UI etc.), we're going to brush up on plain ol' HTML forms, so you can learn both HTML and Remix at the same time.

### HTML Form HTTP Verbs

Expand Down

0 comments on commit 0123e79

Please sign in to comment.