From ce3328f11e927dd6172f9d5c9d4b3691c3d56238 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Mon, 22 Oct 2012 02:43:53 -0700 Subject: [PATCH] Update docs/content/1.tutorial/default.yml --- docs/content/1.tutorial/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"