From 5023ee6a08e022797c782c7d1a3f72019c5e9f04 Mon Sep 17 00:00:00 2001 From: Nick Stott Date: Fri, 22 Feb 2019 16:34:00 -0500 Subject: [PATCH] fix typo, 'which' (#178) --- docs/gateway-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway-guide.md b/docs/gateway-guide.md index 8a930a37e0..620f37cc5a 100644 --- a/docs/gateway-guide.md +++ b/docs/gateway-guide.md @@ -8,7 +8,7 @@ 6. [Examples](#examples) ## What is a gateway? -A gateway is a long running/repeatable process whcih consumes events from event sources, transform them into the [cloudevents specification](https://github.com/cloudevents/spec) compliant events and dispatch them to watchers(sensors and/or gateways). +A gateway is a long running/repeatable process which consumes events from event sources, transform them into the [cloudevents specification](https://github.com/cloudevents/spec) compliant events and dispatch them to watchers(sensors and/or gateways). ### Components A gateway has two components: