Skip to content

Commit ee9037c

Browse files
committed
fix: docs
1 parent 2891b44 commit ee9037c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>Structure</h2>
9999
to check the most default html/css-only version of Light Blue. The stuff below
100100
is for compiling different variations of Light Blue from sass/handlebars sources.</p>
101101
<p><strong>For <strong>React JS Full version</strong> please refer to <a href="#running-react">React JS Section</a> of this documentation.</strong></p>
102-
<p><strong>For <strong>Angular 4.4 Full version</strong> please refer to <a href="#running-angular4">Angular 4.0 Section</a> of this documentation.</strong></p>
102+
<p><strong>For <strong>Angular 5.0 Full version</strong> please refer to <a href="#running-angular4">Angular 5.0 Section</a> of this documentation.</strong></p>
103103
<p>Since version <span class="label label-important">3.0.0</span> Light Blue template depends on
104104
<a href="http://gruntjs.com/">Grunt Task runner</a>
105105
to build an application version. So Light Blue root folder contains only setting & build files. Here is the structure:</p>
@@ -115,7 +115,7 @@ <h2>Structure</h2>
115115
</ul>
116116
<p>Every version (as of 3.3.0 there are <a href="../html-transparent">html-transparent-light</a>,
117117
<a href="../html-transparent-dark">html-transparent-dark</a> and <a href="../html-white">html-white</a>)
118-
goes with the following folders (except <a href="../angular2">angular 5.0</a> version):</p>
118+
goes with the following folders (except <a href="../angular5">angular 5.0</a> version):</p>
119119
<ul style="list-style: disc; padding-left: 40px; margin-bottom: 10px">
120120
<li><strong>src</strong> - handlebars & sass sources;</li>
121121
<li><strong>dist</strong> - compiled html & css files;</li>

0 commit comments

Comments
 (0)