Skip to content

Commit 0ba36c8

Browse files
authored
Merge pull request #1097 from yamafaktory/patch-1
Fixed small typo in the manual.
2 parents 24a3546 + 52cd0d2 commit 0ba36c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>

site/docsource/Get_started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.bsconfig.json
1111
----
1212
{
13-
"name" : "helo",
13+
"name" : "hello",
1414
"sources" : { "dir" : "src"}
1515
}
1616
----
@@ -47,7 +47,7 @@ let () =
4747
----
4848
npm run build
4949
----
50-
50+
5151
Now you should see a file called `lib/js/src/main_entry.js` generated as below:
5252
[source,js]
5353
.lib/js/src/main_entry.js

0 commit comments

Comments
 (0)