From a5b33ba3ff19e7204f9e5484c15b314b58d98449 Mon Sep 17 00:00:00 2001 From: Jonas Felix Date: Fri, 30 Sep 2016 14:50:14 +0200 Subject: [PATCH] add missing word in bootstrapping remark --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 1e85323ddc..1191c4f188 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -405,7 +405,7 @@ a(href="#toc") Back to top .s-rule.do :marked - **Do** include error handling the bootstrapping logic. + **Do** include error handling in the bootstrapping logic. .s-rule.avoid :marked