Skip to content

Commit

Permalink
fix(doc): fix typo inside documentation component (#5476)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and Domainv committed Oct 24, 2019
1 parent 2b0699f commit 60ee719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4>Method 2</h4>

<h3>Setting up the bootstrap version manually</h3>

<p>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. <code>AppComonent</code>):</p>
<p>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. <code>AppComponent</code>):</p>

<pre class="prettyprint lang-js prettyprinted">
<span class="kwd">import</span><span class="pln"> </span><span class="pun">{{'{'}}</span><span class="pln"> setTheme </span><span class="pun">{{'}'}}</span><span class="pln"> from </span><span class="str">'ngx-bootstrap/utils'</span><span class="pun">;</span>
Expand Down

0 comments on commit 60ee719

Please sign in to comment.