aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils/urls.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/utils/urls.js')
-rw-r--r--src/js/utils/urls.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/utils/urls.js b/src/js/utils/urls.js
index 3ebe622e..843c6aa6 100644
--- a/src/js/utils/urls.js
+++ b/src/js/utils/urls.js
@@ -6,8 +6,8 @@ import is from './is';
/**
* Parse a string to a URL object
- * @param {string} input - the URL to be parsed
- * @param {boolean} safe - failsafe parsing
+ * @param {String} input - the URL to be parsed
+ * @param {Boolean} safe - failsafe parsing
*/
export function parseUrl(input, safe = true) {
let url = input;