Skip to content

Commit

Permalink
chore(review): review feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Mac <hello@guymac.eu>
  • Loading branch information
code-forger and guym4c authored Oct 23, 2023
1 parent f51a68c commit ceea656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ const ParentComponent = ({ children }) => (
* [`DELETE_DATA`](#delete_data)
* [`ERROR`](#error)
* [`CLEAR_ERROR`](#clear_error)
* [`mapOptionToKey Helpers`](#mapoptiontokey_helpers)
* [`mapOptionToKey Helpers`](#mapoptiontokey-helpers)
* [`ignoreHeadersByKey`](#ignoreheadersbykey)
### `useFetchye`
Expand Down Expand Up @@ -1235,7 +1235,7 @@ There is currently one helper.
| name | type | required | description |
|--------|-----------------|----------|--------------------------------------------------------------------------------------------------|
| `keys` | `Array<String>` | `true` | creates a mapOptionsToKey function that removed headers whos keys that match the specified keys |
| `keys` | `Array<String>` | `true` | creates a mapOptionsToKey function that removes headers whose keys match the specified keys |
**Returns**
Expand Down

0 comments on commit ceea656

Please sign in to comment.