Skip to content

Commit

Permalink
docs(api/remix): remove dot (#3198)
Browse files Browse the repository at this point in the history
* Fix: remove dot

* Update contributors.yml
  • Loading branch information
bmadone authored May 15, 2022
1 parent 90e2c06 commit aed1ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- bsharrow
- bsides
- bustamantedev
- bmarvinb
- c43721
- camiaei
- CanRau
Expand Down
2 changes: 0 additions & 2 deletions docs/api/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,6 @@ You can know the state of the fetcher with `fetcher.state`. It will be one of:
- **submitting** - A form has been submitted. If the method is GET, then the route loader is being called. If POST, PUT, PATCH, or DELETE, then the route action is being called.
- **loading** - The loaders for the routes are being reloaded after an action submission

.

#### `fetcher.type`

This is the type of state the fetcher is in. It's like `fetcher.state`, but more granular. Depending on the fetcher's state, the types can be the following:
Expand Down

0 comments on commit aed1ffa

Please sign in to comment.