Skip to content

Commit ac91de2

Browse files
MaciejDromingsmet
authored andcommitted
Docs: Correct word form in Native Applications Tips
Signed-off-by: Maciej Lisowski <[email protected]> (cherry picked from commit 732833d)
1 parent 6359779 commit ac91de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/writing-native-applications-tips.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class MyReflectionConfiguration {
197197
}
198198
----
199199

200-
Note: By default the `@RegisterForReflection` annotation will also registered any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
200+
Note: By default the `@RegisterForReflection` annotation will also register any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
201201

202202
==== Using a configuration file
203203

0 commit comments

Comments
 (0)