Skip to content

Commit

Permalink
Fix simple spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Sep 18, 2024
1 parent 171e23c commit c8fe1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/standalone/java-jar.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,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:password` format:

```
java -jar wiremock-standalone.jar --admin-api-basic-auth my-username:my-super-secret-password
Expand Down

0 comments on commit c8fe1ce

Please sign in to comment.