Skip to content

Commit

Permalink
Merge pull request #11 from Achavesm/fix-nearMathPercent-misspelling
Browse files Browse the repository at this point in the history
Fix nearMatchPercent misspelling
  • Loading branch information
niklaskorz authored Apr 28, 2021
2 parents fc313ab + 7e04020 commit de6a8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alugha/ima",
"version": "2.0.2",
"version": "2.0.3",
"description": "A library for asynchronously loading the Google IMA SDK with static typing for the SDK",
"license": "MIT",
"author": "Niklas Korz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/ima.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ export namespace google {
/**
* The near fit percent set by the user.
*/
public nearMatchParent: number;
public nearMatchPercent: number;
/**
* Resource type setting set by the user.
*/
Expand Down

0 comments on commit de6a8d0

Please sign in to comment.