@@ -328,7 +328,7 @@ the Java Platform.
328328.. tip:: Consult the Official JMX and JConsole Documentation
329329
330330 The descriptions of JMX and JConsole in this example are illustrative
331- rather than a source of truth. For guaranteed up to date information, consult
331+ rather than a source of truth. For guaranteed up-to- date information, consult
332332 the following official Oracle resources:
333333
334334 - `JConsole documentation <https://www.oracle.com/technical-resources/articles/java/jconsole.html>`__
@@ -362,15 +362,15 @@ terminal:
362362Once JConsole is open, perform the following actions in the GUI:
363363
364364#. Select the Java process running the preceding example code.
365- #. Press :guilabel:`Insecure Connection` in the warning dialog box.
365+ #. Click :guilabel:`Insecure Connection` in the warning dialog box.
366366#. Click on the :guilabel:`MBeans` tab.
367367#. Inspect your connection pool events under the ``"org.mongodb.driver"`` domain.
368368
369- When you no longer want to inspect your connection pools in JConsole, do the
370- following:
369+ When you no longer want to inspect your connection pools in JConsole, perform the
370+ following tasks :
371371
372- - Exit JConsole by closing the JConsole window
373- - Stop the Java program running the preceding code snippet
372+ #. Exit JConsole by closing the JConsole window.
373+ #. Stop the Java program running the preceding code snippet.
374374
375375For more information about JMX and JConsole, see the following resources from
376376Oracle:
0 commit comments