From 00e1dbfdfb00a5983cf4a6ae7e8504d1d438178c Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 11 Apr 2020 19:49:25 +0900 Subject: Fix typo (#6238) --- src/misc/detect-url-mime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/detect-url-mime.ts') diff --git a/src/misc/detect-url-mime.ts b/src/misc/detect-url-mime.ts index 8d71cd0137..274c291737 100644 --- a/src/misc/detect-url-mime.ts +++ b/src/misc/detect-url-mime.ts @@ -1,5 +1,5 @@ import { createTemp } from './create-temp'; -import { downloadUrl } from './donwload-url'; +import { downloadUrl } from './download-url'; import { detectType } from './get-file-info'; export async function detectUrlMime(url: string) { -- cgit v1.2.3-freya