From 2382cfa169c53f995272f82d99986528b00415e6 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 9 Mar 2017 14:33:52 -0800 Subject: fix typo --- examples/externalable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/externalable') diff --git a/examples/externalable/README.md b/examples/externalable/README.md index b0cda33..025e7fb 100644 --- a/examples/externalable/README.md +++ b/examples/externalable/README.md @@ -20,7 +20,7 @@ type Song struct { ``` See the file `content/song.go` and read the comments to understand the various -methods needed to satify required interfaces for this kind of activity. +methods needed to satisfy required interfaces for this kind of activity. ### Overview 1. Implement `api.Externalable` with the `Accept(http.ResponseWriter, *http.Request)` method to allow outside POST requests -- cgit v1.2.3