From 0c1191d2bce3fce8a80e7fb2e5cade31085fb004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 29 Oct 2014 18:03:48 -0700 Subject: [PATCH] Merge pull request #2419 from johnheroy/patch-1 Add comma for readability in tutorial.md --- 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 fc66a5a503..e6e5b73de9 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