Skip to content

Commit 89a2e75

Browse files
Resolved review comments by michael.
1 parent 96b8b09 commit 89a2e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OtherAPIs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ try {
7676

7777
## MIDDLEWAREOPTION
7878

79-
You can pass in the middleware options for a request through `.middlewareOption()`. This takes array of strongly typed middleware options, these middleware options should be an implementation of MiddlewareOption interface
79+
You can override the client middleware behavior by setting per request middleware options. Use the `.middlewareOption()` request builder method to add custom middleware behavior for a specific request. The `middlewareOption()` method takes an array of strongly typed middleware options. These middleware options are an implementation of the [MiddlewareOption](../src/middleware/option/IMiddlewareOption.ts) interface.
8080

8181
```typescript
8282
try {

0 commit comments

Comments
 (0)