Skip to content

Commit 56a3ba5

Browse files
committed
Fixed small typo in the manual.
Signed-Off-By: Davy Duperron <[email protected]>
1 parent 24a3546 commit 56a3ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Manual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ <h3 id="_first_example"><a class="anchor" href="#_first_example"></a>First examp
10221022
<div class="title">bsconfig.json</div>
10231023
<div class="content">
10241024
<pre class="pygments highlight"><code data-lang="js"><span class="tok-p">{</span>
1025-
<span class="tok-s2">&quot;name&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;helo&quot;</span><span class="tok-p">,</span>
1025+
<span class="tok-s2">&quot;name&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;hello&quot;</span><span class="tok-p">,</span>
10261026
<span class="tok-s2">&quot;sources&quot;</span> <span class="tok-o">:</span> <span class="tok-p">{</span> <span class="tok-s2">&quot;dir&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;src&quot;</span><span class="tok-p">}</span>
10271027
<span class="tok-p">}</span></code></pre>
10281028
</div>
@@ -5102,4 +5102,4 @@ <h3 id="_1_0"><a class="anchor" href="#_1_0"></a>1.0</h3>
51025102
</div>
51035103
</div>
51045104
</body>
5105-
</html>
5105+
</html>

0 commit comments

Comments
 (0)