summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-03-09 14:33:52 -0800
committerSteve Manuel <nilslice@gmail.com>2017-03-09 14:33:52 -0800
commit2382cfa169c53f995272f82d99986528b00415e6 (patch)
tree7150aa0c1a4de32c898be9658af0fb3878d04627 /examples
parent59d4a80f19cdcdb86d7f661ec5d723a2cc65a66d (diff)
fix typo
Diffstat (limited to 'examples')
-rw-r--r--examples/externalable/README.md2
1 files changed, 1 insertions, 1 deletions
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