Skip to content

Commit f84bc94

Browse files
committed
Fix an error in document
1 parent a289c73 commit f84bc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_advanced/custom_adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ order: 1
2020
| `headers: Dict[str, Union[str, List[str]]]` | Request headers | No |
2121
| `context: BoltContext` | Any context for the request | No |
2222

23-
`BoltRequest` will return [an instance of `BoltResponse`](https://github.com/slackapi/bolt-python/blob/main/slack_bolt/response/response.py) from the Bolt app.
23+
Your adapter will return [an instance of `BoltResponse`](https://github.com/slackapi/bolt-python/blob/main/slack_bolt/response/response.py) from the Bolt app.
2424

2525
For more in-depth examples of custom adapters, look at the implementations of the [built-in adapters](https://github.com/slackapi/bolt-python/tree/main/slack_bolt/adapter).
2626
</div>

0 commit comments

Comments
 (0)