Skip to content

Commit 7c94c6b

Browse files
committed
Typo
1 parent 0f0dbe4 commit 7c94c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verbs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { FetchRequest } from './fetchRequest'
1+
import { FetchRequest } from './fetch_request'
22

33
async function get (url, options) {
44
const response = new FetchRequest('get', url, options)

0 commit comments

Comments
 (0)