From 129d66a62ef0d657e4417c29fef2b99a4f1d7934 Mon Sep 17 00:00:00 2001 From: John Heroy Date: Tue, 28 Oct 2014 15:22:40 -0700 Subject: [PATCH] Add comma for readability in tutorial --- docs/docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index fc66a5a5033..e6e5b73de97 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -25,7 +25,7 @@ It'll also have a few neat features: ### Getting started -For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your favorite editor and create a new HTML document: +For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your favorite editor and create a new HTML document: ```html