From cbde5c105579f429a3b186ec58daac21f3aad154 Mon Sep 17 00:00:00 2001 From: Josh Richard Date: Wed, 30 Mar 2016 10:47:12 -0600 Subject: [PATCH] Update quickstart.jade Fixed hurray to hurry --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 54277b7a31..92e5f4e5f5 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -4,7 +4,7 @@ include _util-fns Our QuickStart goal is to build and run a super-simple Angular 2 application in TypeScript. # Download the code - In a hurray? + In a hurry? [Download the QuickStart source](https://github.com/angular/quickstart/blob/master/README.md) and start coding.