From 8098924603e7aa028929e0f61a4b60b2d07d59ab Mon Sep 17 00:00:00 2001 From: fistach Date: Thu, 6 Jun 2019 11:33:07 +0200 Subject: [PATCH] fix(doc): fix two typos (#5244) --- 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 0df729454b..d12f8a394e 100644 --- a/demo/src/app/common/documentation/documentation.component.html +++ b/demo/src/app/common/documentation/documentation.component.html @@ -116,7 +116,7 @@

Method 2

Setting up the bootstrap version manually

-

Sometimes, your project might contain some library that could interfear 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 boostraping 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. AppComonent):

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