Fix typo in documentation

See gh-33732
This commit is contained in:
IDJack 2023-01-09 21:57:28 +08:00 committed by Moritz Halbritter
parent 21f360bae9
commit 1a37cd80db

View File

@ -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