fix typo in documentation

This commit is contained in:
Nicolas-Ortiz 2023-11-11 16:05:31 -03:00 committed by Josh Cummings
parent eb0460df03
commit d8f77e9649
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class HelloMessageService : MessageService {
======
The result of `getMessage` is a `String` that says "`Hello`" to the current Spring Security `Authentication`.
The follwoing listing shows example output:
The following listing shows example output:
[source,text]
----