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';