From dad68a46ec2ea24acb831957b75e3059286a36f0 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 10 Aug 2016 12:36:43 -0400 Subject: [PATCH] Minor Nitpick Great article! Small nitpick "an URL" --> "a URL". Love your work! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a9070..a7b09d8 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ function task(genF) { } ``` -Now let's add a 'fetchJSON' function to our Task module. This function creates a Task to retrieve JSON from an URL. This action can be cancelled at any time. +Now let's add a 'fetchJSON' function to our Task module. This function creates a Task to retrieve JSON from a URL. This action can be cancelled at any time. ```JavaScript function fetchJSON(url) {