From da0e0becc1a05f5a12166e497fec56cad71d018d Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 14 Dec 2015 17:45:43 -0800 Subject: [PATCH] chore(typo): tiny typo in quickstart --- 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 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?