minor doc typos

This commit is contained in:
Mark Cavage 2011-09-13 10:46:17 -07:00
parent e365d40c8d
commit 1e242d840b
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ with ldapjs.
# Address Book # Address Book
This is example is courtesy of [Diogo Resende](https://github.com/dresende) and This example is courtesy of [Diogo Resende](https://github.com/dresende) and
illustrates setting up an address book for typical mail clients such as illustrates setting up an address book for typical mail clients such as
Thunderbird or Evolution over a MySQL database. Thunderbird or Evolution over a MySQL database.

View File

@ -184,7 +184,7 @@ key matching `attribute` and the value is `<=` this filter's `value`.
}); });
f.matches({cn: 'abc'}); => true f.matches({cn: 'abc'}); => true
f.matches({cn: 'foo'}); => false f.matches({cn: 'foobar'}); => false
# AndFilter # AndFilter