Fix typos in using-shell-options-optional.adoc

This commit is contained in:
Leszek Jasek
2022-07-10 18:15:07 +02:00
committed by Janne Valkealahti
parent 06d9fd51b2
commit 0edc9ada38

View File

@@ -2,7 +2,7 @@
=== Optional Value
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
An option is either required or not and, generally speaking, how it behavesit depends on
An option is either required or not and, generally speaking, how it behaves depends on
a command target:
====
@@ -13,7 +13,7 @@ include::{snippets}/OptionSnippets.java[tag=option-registration-optional]
====
In the annotation model, there is no direct way to define if argument is
optional. Instead, it is instructed to be `NULL`.:
optional. Instead, it is instructed to be `NULL`:
====
[source, java, indent=0]