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