summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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