From 6796b8af8e8faecee9828c9ba642b47ee77b9332 Mon Sep 17 00:00:00 2001 From: pugang1985 Date: Tue, 5 Mar 2019 08:18:39 +0800 Subject: [PATCH] Fixed typo (#937) --- serving/samples/rest-api-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/samples/rest-api-go/README.md b/serving/samples/rest-api-go/README.md index c78d7ef66..d82b48e17 100644 --- a/serving/samples/rest-api-go/README.md +++ b/serving/samples/rest-api-go/README.md @@ -12,7 +12,7 @@ then outputs the stock price. 1. [Docker](https://docs.docker.com/get-started/#prepare-your-docker-environment) installed locally. 1. [Outbound network access](https://github.com/knative/docs/blob/master/serving/outbound-network-access.md) - enabled for this Service to amke external API requests. + enabled for this Service to make external API requests. 1. The code checked out locally. ```