1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +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

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