From 60ee71974600e74ca43aaa86fbdf22dbe6424c7c Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 24 Oct 2019 17:43:49 +0530 Subject: [PATCH] fix(doc): fix typo inside documentation component (#5476) --- 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';