Skip to content

Commit 480559b

Browse files
committed
small fix
1 parent c7a17ae commit 480559b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect-to-mongo/tls.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ This can be changed either by using the `Netty API
3232
<https://netty.io/4.1/api/>`__ or the extensibility of the `Java SE
3333
API <https://docs.oracle.com/javase/8/docs/api/>`__.
3434

35-
.. tip::
35+
.. tip:: Prefer Netty for Asynchronous Apps
3636

3737
We recommend using Netty for asychronous applications, as it supports
38-
asynchronous IO and handles high connection volumes effectively. To
38+
asynchronous I/O and handles high connection volumes effectively. To
3939
learn about using Netty to configure your TLS settings, see the
4040
:ref:`java-rs-tls-netty-config` section of this guide.
4141

0 commit comments

Comments
 (0)