소스 검색

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