diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 495572c5cf..f7e0a61719 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -55,7 +55,7 @@ p Inside of app.ts, import the type definitions from Angular: code-example. - <reference path="typings/angular2/angular2.d.ts" > + /// <reference path="typings/angular2/angular2.d.ts" /> p Now your editor should be able to complete the available imports: code-example.