diff --git a/doc/xdocs/upgrade/upgrade-080-090.html b/doc/xdocs/upgrade/upgrade-080-090.html
index 6ec15e6b04..c8cd60efde 100644
--- a/doc/xdocs/upgrade/upgrade-080-090.html
+++ b/doc/xdocs/upgrade/upgrade-080-090.html
@@ -21,7 +21,7 @@ applications:
SecurityContextHolder and provides a single getter/setter for a
SecurityContext.
- SecurityContextHolder
guarantees to never return a null SecurityContext
.
+ SecurityContextHolder
guarantees to never return a null
SecurityContext
.
SecurityContext
provides single getter/setter for Authentication
.
To migrate, simply modify all your code that previously worked with ContextHolder
,