Commit 3343cd4c authored by John's avatar John

Fix typo in documentation

parent 3bb8e5af
...@@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use ...@@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use
[[production-ready-sensitive-endpoints]] [[production-ready-sensitive-endpoints]]
=== Securing sensitive endpoints === Securing sensitive endpoints
If you add '`Spring Security`' to you project, all sensitive endpoints exposed over HTTP If you add '`Spring Security`' to your project, all sensitive endpoints exposed over HTTP
will be protected. By default '`basic`' authentication will be used with the username will be protected. By default '`basic`' authentication will be used with the username
`user` and a generated password (which is printed on the console when the application `user` and a generated password (which is printed on the console when the application
starts). starts).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment