From 470ba6daaef64c88feae573feddc3175035a83cc Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Fri, 11 Oct 2019 20:39:34 +0530 Subject: [PATCH] fix: minor typo --- demo/src/app/common/documentation/documentation.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/app/common/documentation/documentation.component.html b/demo/src/app/common/documentation/documentation.component.html index 3558c2dfee..e874e34160 100644 --- a/demo/src/app/common/documentation/documentation.component.html +++ b/demo/src/app/common/documentation/documentation.component.html @@ -117,7 +117,7 @@

Method 2

Setting up the bootstrap version manually

-

Sometimes, your project might contain some library that could interfere with the bootstrap framework, or you might have a customized version of bootstrap. The consequence is that the process of determining bootstrap version might be failed, which can break the UI. In that case, we can still set the bootstrap version manually in the bootstrapping component (i.e. AppComonent):

+

Sometimes, your project might contain some library that could interfere with the bootstrap framework, or you might have a customized version of bootstrap. The consequence is that the process of determining bootstrap version might be failed, which can break the UI. In that case, we can still set the bootstrap version manually in the bootstrapping component (i.e. AppComponent):

 import {{'{'}} setTheme {{'}'}} from 'ngx-bootstrap/utils';