Improvements to the Jetty documentation.

Fixed typos.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-01-18 17:09:10 +01:00
parent 14f829a8f5
commit f17cc9b311
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ For a complete guide to controlling authentication and authorization in JMX, see
The simplest way to control JMX authentication and authorization is to specify two files: one contains username and password pairs, and the other contains username and permission pairs.
This is achieved by enbling the `jmx-remote-auth` Jetty module:
This is achieved by enabling the `jmx-remote-auth` Jetty module:
----
$ java -jar $JETTY_HOME/start.jar --add-module=jmx-remote-auth