Skip to content

Commit 4fb45f9

Browse files
committed
Fix typo in readme
1 parent 66a0108 commit 4fb45f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/listener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This listener supports multiple providers, GitHub being the first.
88
Usage
99
-----
1010

11-
Pipeline Listener (`pipe-listener`) is provides a HTTP REST API that providers like GitHub can notify. The API is non-blocking, after basic verification of the notification message, the API will return a success (HTTP 204) or failure (HTTP 422) status. The notification message will be queued for processing a.s.a.p. by its processor.
11+
Pipeline Listener (`pipe-listener`) provides a HTTP REST API that providers like GitHub can notify. The API is non-blocking, after basic verification of the notification message, the API will return a success (HTTP 204) or failure (HTTP 422) status. The notification message will be queued for processing a.s.a.p. by its processor.
1212

1313
### GET /
1414

0 commit comments

Comments
 (0)