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

Commit

Permalink
spelling: useful
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 27, 2018
1 parent 1067174 commit 83bd5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/assertion.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Assertion.prototype = {
* Before calling this method need to fill Assertion#params object. This method usually called from other assertion methods.
* `Assertion#params` can contain such properties:
* * `operator` - required string containing description of this assertion
* * `obj` - optional replacement for this.obj, it is usefull if you prepare more clear object then given
* * `obj` - optional replacement for this.obj, it is useful if you prepare more clear object then given
* * `message` - if this property filled with string any others will be ignored and this one used as assertion message
* * `expected` - any object used when you need to assert relation between given object and expected. Like given == expected (== is a relation)
* * `details` - additional string with details to generated message
Expand Down
2 changes: 1 addition & 1 deletion should.js
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ Assertion.prototype = {
* Before calling this method need to fill Assertion#params object. This method usually called from other assertion methods.
* `Assertion#params` can contain such properties:
* * `operator` - required string containing description of this assertion
* * `obj` - optional replacement for this.obj, it is usefull if you prepare more clear object then given
* * `obj` - optional replacement for this.obj, it is useful if you prepare more clear object then given
* * `message` - if this property filled with string any others will be ignored and this one used as assertion message
* * `expected` - any object used when you need to assert relation between given object and expected. Like given == expected (== is a relation)
* * `details` - additional string with details to generated message
Expand Down

0 comments on commit 83bd5f1

Please sign in to comment.