Skip to content

Commit 0b2ac8b

Browse files
authored
Merge pull request ldapjs#707 from timgates42/bugfix_typos
2 parents 6719469 + be2b875 commit 0b2ac8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/filters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ syntactically invalid string).
5656

5757
The equality filter is used to check exact matching of attribute/value
5858
assertions. This object will have an `attribute` and `value` property, and the
59-
`name` proerty will be `equal`.
59+
`name` property will be `equal`.
6060

6161
The string syntax for an equality filter is `(attr=value)`.
6262

@@ -295,7 +295,7 @@ f.matches({cn: 'foo'}); => false
295295

296296
The approximate filter is used to check "approximate" matching of
297297
attribute/value assertions. This object will have an `attribute` and
298-
`value` property, and the `name` proerty will be `approx`.
298+
`value` property, and the `name` property will be `approx`.
299299

300300
As a side point, this is a useless filter. It's really only here if you have
301301
some whacky client that's sending this. It just does an exact match (which

docs/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Want to run schema-less in ldapjs, or wire it up with some mongoose models? No
9494
problem. Want to back it to redis? Should be able to get some basics up in a
9595
day or two.
9696

97-
Basically, the ldapjs philospohy is to deal with the "muck" of LDAP, and then
97+
Basically, the ldapjs philosophy is to deal with the "muck" of LDAP, and then
9898
get out of the way so you can just use the "good parts."
9999

100100
# Ok, cool. Learn me some LDAP!

0 commit comments

Comments
 (0)