From 44609aa189fb8967cb008e316219ab44dc238c33 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 30 Dec 2017 20:44:46 +0000 Subject: [PATCH] Typo fix --- watchdog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdog/README.md b/watchdog/README.md index 1d36b795..73f1a648 100644 --- a/watchdog/README.md +++ b/watchdog/README.md @@ -1,7 +1,7 @@ Watchdog ========== -The watchdog provides an unmanaged and generic interface between the outside world and your function. Its job is to marshal a HTTP request accepted on the API Gateway and to invoke your chosen appliaction. The watchdog is a tiny Golang webserver - see the diagram below for how this process works. +The watchdog provides an unmanaged and generic interface between the outside world and your function. Its job is to marshal a HTTP request accepted on the API Gateway and to invoke your chosen application. The watchdog is a tiny Golang webserver - see the diagram below for how this process works. ![](https://pbs.twimg.com/media/DGScDblUIAAo4H-.jpg:large)