From 3343cd4c90a1a379b69f6355a685f12b537730b3 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 10 Dec 2014 07:49:13 -0500 Subject: [PATCH] Fix typo in documentation --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 92cb2e786d7..c0e744447c2 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use [[production-ready-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 `user` and a generated password (which is printed on the console when the application starts).