diff --git a/docs/examples.md b/docs/examples.md index 8e2a0f5..b124fc6 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -424,7 +424,7 @@ with ldapjs. # 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 Thunderbird or Evolution over a MySQL database. diff --git a/docs/filters.md b/docs/filters.md index c20403b..4d2611c 100644 --- a/docs/filters.md +++ b/docs/filters.md @@ -184,7 +184,7 @@ key matching `attribute` and the value is `<=` this filter's `value`. }); f.matches({cn: 'abc'}); => true - f.matches({cn: 'foo'}); => false + f.matches({cn: 'foobar'}); => false # AndFilter