From bceb5ca6b9fdb5e8d63770d0081d6b034b28b393 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Fri, 1 May 2015 05:56:02 -0700 Subject: [PATCH] fix code indent --- public/docs/js/latest/quickstart.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 774fb0ed4c..ef5e7ff1db 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -54,8 +54,8 @@ app.ts, both at the root of the project: pre.prettyprint - $ touch index.html - $ touch app.ts + $ touch index.html + $ touch app.ts p Inside of app.ts, import the type definitions from Angular: pre.prettyprint