Fixed getBrowserTypeByAlias docs

pull/467/head
idmadj 3 years ago committed by GitHub
parent f09411489c
commit 1b39a5662d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,10 +295,10 @@ export default class Utils {
}
/**
* Get short version/alias for a browser name
* Get browser name for a short version/alias
*
* @example
* getBrowserAlias('edge') // Microsoft Edge
* getBrowserTypeByAlias('edge') // Microsoft Edge
*
* @param {string} browserAlias
* @return {string}

Loading…
Cancel
Save