Skip to content

Commit 3fa8339

Browse files
committed
fix typo error
1 parent c505bc3 commit 3fa8339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ thread in java is costlier than coroutine, facing large amount of connections th
322322

323323
#### 1. Get a User Defined Class Waving Configuration File for Your Web App
324324

325-
**NOTE** This step can be skip if you use JDK 19+ where native coroutine viz. continuation is supported.
325+
**NOTE** You can skip this step if you use JDK 19+ where native coroutine viz. continuation is supported.
326326

327327
* Turn on Run Tool Mode
328328

Configuration.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h2><a id="user-content-24-chose--coroutine-based-socket-or-asynchronous-socketc
244244
</ol>
245245
<h3><a id="user-content-241-enable-coroutine-based-client-socket" class="anchor" aria-hidden="true" href="#241-enable-coroutine-based-client-socket"><span aria-hidden="true" class="octicon octicon-link"></span></a>2.4.1 Enable Coroutine based Client Socket</h3>
246246
<h4><a id="user-content-1-get-a-user-defined-class-waving-configuration-file-for-your-web-app" class="anchor" aria-hidden="true" href="#1-get-a-user-defined-class-waving-configuration-file-for-your-web-app"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Get a User Defined Class Waving Configuration File for Your Web App</h4>
247-
<p><strong>NOTE</strong> This step can be skip if you use JDK 19+ where native coroutine viz. continuation is supported.</p>
247+
<p><strong>NOTE</strong> You can skip this step if you use JDK 19+ where native coroutine viz. continuation is supported.</p>
248248
<ul>
249249
<li>
250250
<p>Turn on Run Tool Mode</p>

configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h2><a id="user-content-24-chose--coroutine-based-socket-or-asynchronous-socketc
346346
</ol>
347347
<h3><a id="user-content-241-enable-coroutine-based-client-socket" class="anchor" aria-hidden="true" href="#241-enable-coroutine-based-client-socket"><span aria-hidden="true" class="octicon octicon-link"></span></a>2.4.1 Enable Coroutine based Client Socket</h3>
348348
<h4><a id="user-content-1-get-a-user-defined-class-waving-configuration-file-for-your-web-app" class="anchor" aria-hidden="true" href="#1-get-a-user-defined-class-waving-configuration-file-for-your-web-app"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Get a User Defined Class Waving Configuration File for Your Web App</h4>
349-
<p><strong>NOTE</strong> This step can be skip if you use JDK 19+ where native coroutine viz. continuation is supported.</p>
349+
<p><strong>NOTE</strong> You can skip this step if you use JDK 19+ where native coroutine viz. continuation is supported.</p>
350350
<ul>
351351
<li>
352352
<p>Turn on Run Tool Mode</p>

0 commit comments

Comments
 (0)