1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00

Fixed getBrowserTypeByAlias docs

This commit is contained in:
idmadj 2021-03-01 13:19:43 -05:00 committed by GitHub
parent f09411489c
commit 1b39a5662d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * @example
* getBrowserAlias('edge') // Microsoft Edge * getBrowserTypeByAlias('edge') // Microsoft Edge
* *
* @param {string} browserAlias * @param {string} browserAlias
* @return {string} * @return {string}