Skip to content

Commit b98cb49

Browse files
committed
Fix typo
- Relates spring-projects#579
1 parent 83e906d commit b98cb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-shell-docs/src/main/asciidoc/using-shell-commands-writing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use JDK's `System.out` which then goes directly into JDK's own streams.
66
Other recommended way is to use JLine's `Terminal` and get _writer_
77
instance from there.
88

9-
If using target enpoints, i.e. _consumer_ which is not expected
9+
If using target endpoints, i.e. _consumer_ which is not expected
1010
to return anything given `CommandContext` contains reference to
1111
`Terminal` and writer can be accessed from there.
1212

0 commit comments

Comments
 (0)