Skip to content

Commit

Permalink
fix(docs): resolve typos (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Nov 13, 2023
1 parent efb8e61 commit fefa53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 2.11.0 (Sep 12, 2020)
- [ADD] Added support for aliases in `Parser#is` method (#437)
- [ADD] Added more typings (#438, #427)
- [ADD] Added support for MIUI Browserr (#436)
- [ADD] Added support for MIUI Browser (#436)

### 2.10.0 (Jul 9, 2020)
- [FIX] Fix for Firefox detection on iOS 13 [#415]
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare namespace Bowser {
* @return {String} version of browser
*/

getBrowserVersion(): string;
getBrowserVersion(): string | undefined;

/**
* Get OS
Expand Down

0 comments on commit fefa53a

Please sign in to comment.