Skip to content

Commit 1f2fea7

Browse files
authored
Fix typo in FileLoader JSDoc: hhttps → https (#32946)
1 parent b1430df commit 1f2fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/FileLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FileLoader extends Loader {
4343

4444
/**
4545
* The expected mime type. Valid values can be found
46-
* [here](hhttps://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#mimetype)
46+
* [here](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#mimetype)
4747
*
4848
* @type {string}
4949
*/

0 commit comments

Comments
 (0)