From 1a37cd80db2daeda82140014605d427ba98e7e8b Mon Sep 17 00:00:00 2001 From: IDJack <798979047@qq.com> Date: Mon, 9 Jan 2023 21:57:28 +0800 Subject: [PATCH] Fix typo in documentation See gh-33732 --- .../native-image/developing-your-first-application.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc index 4442797b6657..9a1f469bb9a4 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc @@ -221,7 +221,7 @@ The native image executable can be found in the `build/native/nativeCompile` dir [[native-image.developing-your-first-application.native-build-tools.running]] ==== Running the Example -At this point, your application should worK. You can now start the application by running it directly: +At this point, your application should work. You can now start the application by running it directly: [source,shell,indent=0,subs="verbatim",role="primary"] .Maven