summaryrefslogtreecommitdiffstats
path: root/docs/content/1.tutorial
diff options
context:
space:
mode:
authorCharles Merriam <charles.merriam@gmail.com>2012-10-22 02:43:53 -0700
committerCharles Merriam <charles.merriam@gmail.com>2012-10-22 02:43:53 -0700
commitce3328f11e927dd6172f9d5c9d4b3691c3d56238 (patch)
tree63fc4c4aa5ba466bd130d56d7d668a76c45d0963 /docs/content/1.tutorial
parentc53e001973b5d6d749cae20f739eaa3b674a1d92 (diff)
Update docs/content/1.tutorial/default.yml
Diffstat (limited to 'docs/content/1.tutorial')
-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'"