From 258014c9de2b319ac064417cc0112f854626f5f0 Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 18 Apr 2016 12:33:27 -0700 Subject: [PATCH] docs(forms): fix bootstrap typo --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 96922a0dac..3cd1515643 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -200,7 +200,7 @@ code-example(format=""). **We are not using Angular yet**. There are no bindings. No extra directives. Just layout. The `container`,`form-group`, `form-control`, and `btn` classes - come from [Twitter Boostrap](http://getbootstrap.com/css/). Purely cosmetic. + come from [Twitter Bootstrap](http://getbootstrap.com/css/). Purely cosmetic. We're using Bootstrap to gussy up our form. Hey, what's a form without a little style!