From 0edc9ada384056536360edf56472ed76d565d2f1 Mon Sep 17 00:00:00 2001 From: Leszek Jasek Date: Sun, 10 Jul 2022 18:15:07 +0200 Subject: [PATCH] Fix typos in using-shell-options-optional.adoc --- .../src/main/asciidoc/using-shell-options-optional.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-shell-docs/src/main/asciidoc/using-shell-options-optional.adoc b/spring-shell-docs/src/main/asciidoc/using-shell-options-optional.adoc index 9a2230bb..89e8f495 100644 --- a/spring-shell-docs/src/main/asciidoc/using-shell-options-optional.adoc +++ b/spring-shell-docs/src/main/asciidoc/using-shell-options-optional.adoc @@ -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]