diff --git a/docs/reference-manual/embedding/embed-languages.md b/docs/reference-manual/embedding/embed-languages.md index 2582e26fe04f5..f6337bcde7627 100644 --- a/docs/reference-manual/embedding/embed-languages.md +++ b/docs/reference-manual/embedding/embed-languages.md @@ -95,7 +95,7 @@ In order to access polyglot classes from the class-path you also need to specify If you are using [native-image](https://www.graalvm.org/latest/reference-manual/embed-languages/#build-native-executables-from-polyglot-applications) polyglot modules on the class-path will be automatically upgraded to the module-path. While we do support creating single uber Jars from polyglot libraries, e.g. using the Maven Assembly plugin, we do not recommend it. -Also note that Uber jars are not supported in combination with creating native-images. +Also note that uber jars are not supported in combination with creating native-images. ## Compile and Run a Polyglot Application