Skip to content

Commit 5830ef6

Browse files
committed
[GR-66018] Fix typo in "Troubleshoot Native Image Run-Time Errors".
PullRequest: graal/21117
2 parents 249ede3 + d30e013 commit 5830ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference-manual/native-image/guides/troubleshoot-run-time-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In some cases, you need to provide the analysis with configuration to make all d
2121
Failing to do so will result in an image that terminates at run-time with hard-to-diagnose errors once the dynamic feature is used in the application.
2222
This can be avoided by eagerly checking for missing metadata.
2323

24-
1. Pass the `--exact-reachablity-metadata` option to the `native-image` tool and rebuild the application. If you want to do this only for a specific package, specify a package prefix `--exact-reachablity-metadata=[package prefix]`.
24+
1. Pass the `--exact-reachability-metadata` option to the `native-image` tool and rebuild the application. If you want to do this only for a specific package, specify a package prefix `--exact-reachability-metadata=[package prefix]`.
2525

2626
> This option was introduced in GraalVM for JDK 23 and will become the default in the next feature release. It is equivalent to the `-H:ThrowMissingRegistrationErrors=` host option.
2727
@@ -68,4 +68,4 @@ Pass the `--diagnostics-mode` option enabling diagnostics output for class initi
6868

6969
### Related Documentation
7070

71-
* [Specifying Metadata with JSON](../ReachabilityMetadata.md#specifying-metadata-with-json)
71+
* [Specifying Metadata with JSON](../ReachabilityMetadata.md#specifying-metadata-with-json)

0 commit comments

Comments
 (0)