Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: address comment
  • Loading branch information
BridgeAR committed Sep 5, 2018
commit 2d152ed81159f64a16e4000fea7503fbf02b6e1c
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ using an object, it is also possible to use a regular expression, when
validating against a string property. See below for examples.

If specified, `message` will be appended to the message provided by the
`AssertionError` if the fn call fails to throw or in case the error validation
`AssertionError` if the `fn` call fails to throw or in case the error validation
fails.

Custom validation object/error instance:
Expand Down