1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

docs: fix getBrowserTypeByAlias docs (#467)

This commit is contained in:
idmadj 2023-11-17 13:55:43 -05:00 committed by GitHub
parent 4481f5aab3
commit f8fcea59e7
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}