Skip to content

Commit e8208ed

Browse files
committed
docs(design): fix typo
1 parent 754b7f3 commit e8208ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bors design
2-
This document briefly describes does the bors bot work.
2+
This document briefly describes how the bors bot work.
33

4-
`bors` is a binary that launches (an `axum`) web server, which listens on a `/github` endpoint for webhooks related to a
4+
`bors` is a binary that launches an `axum` web server, which listens on a `/github` endpoint for webhooks related to a
55
GitHub app attached to the bot. Once a webhook arrives, and it passes a filter of known webhooks, it is converted to
66
a `BorsEvent` and passed to a command service that executes it.
77

0 commit comments

Comments
 (0)