Skip to content

Commit

Permalink
docs(kitsu): fix typo in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 15, 2020
1 parent 0b3f4dd commit af5ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitsu/MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

The `headers` parameter has been merged with the existing `config` parameter

`Kitsu.request(config?, headers?)` is now `Kitsu.self(config? { headers? })`
`Kitsu.request(config?, headers?)` is now `Kitsu.request(config? { headers? })`

### Serialisation Changes

Expand Down

0 comments on commit af5ac6b

Please sign in to comment.