summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/1.tutorial/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/1.tutorial/default.yml b/docs/content/1.tutorial/default.yml
index 57902d9b..dbae38e9 100644
--- a/docs/content/1.tutorial/default.yml
+++ b/docs/content/1.tutorial/default.yml
@@ -2,7 +2,7 @@ headline: Tutorial
body:
- text: |
- Twitter have a JSON API, so let's play with that. This URL gets
+ Twitter has a JSON API, so let's play with that. This URL gets
us the last 5 tweets about JSON:
- command: "curl 'http://search.twitter.com/search.json?q=json&rpp=5&include_entities=true'"