From d8f77e9649500b3b804e1cb3ee85796265542b06 Mon Sep 17 00:00:00 2001 From: Nicolas-Ortiz Date: Sat, 11 Nov 2023 16:05:31 -0300 Subject: [PATCH] fix typo in documentation --- docs/modules/ROOT/pages/servlet/test/method.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/test/method.adoc b/docs/modules/ROOT/pages/servlet/test/method.adoc index ac4bfb75537..eaacc8a801f 100644 --- a/docs/modules/ROOT/pages/servlet/test/method.adoc +++ b/docs/modules/ROOT/pages/servlet/test/method.adoc @@ -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] ----