diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 6269b7ae3d..8a5deab6da 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -212,7 +212,7 @@ code-example(format=""). .l-sub-section :marked Learn why we import `bootstrap` from `angular2/platform/browser` - and why we create a separate *boot.ts* file in the [appendex below](#boot). + and why we create a separate *boot.ts* file in the [appendix below](#boot). :marked We've asked Angular to launch the app in a browser with our component at the root. Where will Angular put it?