Skip to content

Commit

Permalink
Fixed getBrowserTypeByAlias docs
Browse files Browse the repository at this point in the history
  • Loading branch information
idmadj committed Mar 1, 2021
1 parent f094114 commit 1b39a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1b39a56

Please sign in to comment.