minor doc typos
This commit is contained in:
parent
e365d40c8d
commit
1e242d840b
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue