Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit d6ffd55

Browse files
zyf0330UziTech
andauthored
Update docs/client.md
Co-authored-by: Tony Brix <[email protected]>
1 parent e74ba91 commit d6ffd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ containing the following fields:
279279
Responses inside callback of the `search` method are an `EventEmitter` where you will get a notification for
280280
each `searchEntry` that comes back from the server. You will additionally be able to listen for a `searchRequest`
281281
, `searchReference`, `error` and `end` event.
282-
`searchRequest` is emitted immediately after every `SearchRequest` is sent with a `SearchRequest` param. You can do op
282+
`searchRequest` is emitted immediately after every `SearchRequest` is sent with a `SearchRequest` parameter. You can do operations
283283
like `client.abandon` with `searchRequest.messageID` to abandon this search request. Note that the `error` event will
284284
only be for client/TCP errors, not LDAP error codes like the other APIs. You'll want to check the LDAP status code
285285
(likely for `0`) on the `end` event to assert success. LDAP search results can give you a lot of status codes, such as

0 commit comments

Comments
 (0)