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

Commit 6aa099f

Browse files
authored
Merge pull request #115 from sergii-tkachenko/fix-typo-truthy-should-be-truthy
Fixes documentation typo: thuthy should be truthy.
2 parents cd73f3f + 6f00dd4 commit 6aa099f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: lib/ext/bool.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function(should, Assertion) {
4747
Assertion.alias('false', 'False');
4848

4949
/**
50-
* Assert given object is thuthy according javascript type conversions.
50+
* Assert given object is truthy according javascript type conversions.
5151
*
5252
* @name ok
5353
* @memberOf Assertion

Diff for: should.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@
19401940
Assertion.alias('false', 'False');
19411941

19421942
/**
1943-
* Assert given object is thuthy according javascript type conversions.
1943+
* Assert given object is truthy according javascript type conversions.
19441944
*
19451945
* @name ok
19461946
* @memberOf Assertion
@@ -3825,4 +3825,4 @@
38253825
});
38263826
}
38273827

3828-
}(this));
3828+
}(this));

0 commit comments

Comments
 (0)