Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Jun 7, 2021
1 parent 0f0dbe4 commit 7c94c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verbs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FetchRequest } from './fetchRequest'
import { FetchRequest } from './fetch_request'

async function get (url, options) {
const response = new FetchRequest('get', url, options)
Expand Down

0 comments on commit 7c94c6b

Please sign in to comment.