Merge pull request #33732 from IDJack

* pr/33732:
  Fix typo in documentation

Closes gh-33732
This commit is contained in:
Moritz Halbritter 2023-01-17 14:40:36 +01:00
commit 5fc0cbdcc7
1 changed files with 1 additions and 1 deletions

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