From 307f9182af50a396a97e38b201b95a8b0a7539a4 Mon Sep 17 00:00:00 2001 From: benson-yeh <126453098+benson-yeh@users.noreply.github.com> Date: Sat, 29 Mar 2025 23:18:10 +0800 Subject: [PATCH] Update index.adoc fix type Signed-off-by: benson-yeh <126453098+benson-yeh@users.noreply.github.com> --- .../modules/ROOT/pages/commands/registration/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-shell-docs/modules/ROOT/pages/commands/registration/index.adoc b/spring-shell-docs/modules/ROOT/pages/commands/registration/index.adoc index 928ce9f46..36efb0456 100644 --- a/spring-shell-docs/modules/ROOT/pages/commands/registration/index.adoc +++ b/spring-shell-docs/modules/ROOT/pages/commands/registration/index.adoc @@ -14,7 +14,7 @@ Starting from _3.1.x_ a better support for defining commands using xref:commands/registration/annotation.adoc[annotations] were added. Firstly because eventually standard package providing xref:commands/registration/legacyannotation.adoc[legacy annotations] will get deprecated and removed. Secondly so that we're able to provide same set of features than using underlying -`CommandRegistration`. Creating new a annotation model allows us to rethink and modernise that +`CommandRegistration`. Creating a new annotation model allows us to rethink and modernise that part without breaking existing applications.