Browse Source

fix typo in documentation

pull/14145/head
Nicolas-Ortiz 2 years ago committed by Josh Cummings
parent
commit
d8f77e9649
  1. 2
      docs/modules/ROOT/pages/servlet/test/method.adoc

2
docs/modules/ROOT/pages/servlet/test/method.adoc

@ -36,7 +36,7 @@ class HelloMessageService : MessageService { @@ -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]
----

Loading…
Cancel
Save