Skip to content

Commit 89cdd30

Browse files
committed
Merge pull request spring-projects#2106 from johnktims/patch-1
* patch-1: Fix typo in documentation
2 parents 3bb8e5a + 3343cd4 commit 89cdd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use
375375

376376
[[production-ready-sensitive-endpoints]]
377377
=== Securing sensitive endpoints
378-
If you add '`Spring Security`' to you project, all sensitive endpoints exposed over HTTP
378+
If you add '`Spring Security`' to your project, all sensitive endpoints exposed over HTTP
379379
will be protected. By default '`basic`' authentication will be used with the username
380380
`user` and a generated password (which is printed on the console when the application
381381
starts).

0 commit comments

Comments
 (0)