diff --git a/_docs/standalone/java-jar.md b/_docs/standalone/java-jar.md index 531f814a..b3d35713 100644 --- a/_docs/standalone/java-jar.md +++ b/_docs/standalone/java-jar.md @@ -376,8 +376,7 @@ Note that it is not currently possible to load from the root of the classpath. ## Securing The WireMock Admin API -You can start WireMock with the `--admin-api-basic-auth` command line option specifying your username and password in -the standard `username:passord` format: +You can start WireMock with the `--admin-api-basic-auth` command line option specifying your username and password in the standard `username:passord` format: ``` java -jar wiremock-standalone.jar --admin-api-basic-auth my-username:my-super-secret-password