Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #115 from sergii-tkachenko/fix-typo-truthy-should-…
Browse files Browse the repository at this point in the history
…be-truthy

Fixes documentation typo: thuthy should be truthy.
  • Loading branch information
btd committed Jun 21, 2016
2 parents cd73f3f + 6f00dd4 commit 6aa099f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ext/bool.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function(should, Assertion) {
Assertion.alias('false', 'False');

/**
* Assert given object is thuthy according javascript type conversions.
* Assert given object is truthy according javascript type conversions.
*
* @name ok
* @memberOf Assertion
Expand Down
4 changes: 2 additions & 2 deletions should.js
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@
Assertion.alias('false', 'False');

/**
* Assert given object is thuthy according javascript type conversions.
* Assert given object is truthy according javascript type conversions.
*
* @name ok
* @memberOf Assertion
Expand Down Expand Up @@ -3825,4 +3825,4 @@
});
}

}(this));
}(this));

0 comments on commit 6aa099f

Please sign in to comment.