Преглед на файлове

fix typo in documentation

Nicolas-Ortiz преди 1 година
родител
ревизия
d8f77e9649
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/modules/ROOT/pages/servlet/test/method.adoc

+ 1 - 1
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]
 ----