docs(modules): fix typos

closes #2914
This commit is contained in:
Eric Lee Carraway
2015-07-06 22:55:50 -05:00
committed by Tobias Bosch
parent abc1580fa9
commit 3869818d8f
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ assert(value).is(...)
// Custom type assert:
// - i have a custom type
// - adding an assert methos
// - adding an assert methods
assert.define(MyUser, function(value) {
assert(value).is(Type, Type2); // or
assert(value, 'name').is(assert.string);