Skip to content

Commit 8e42f78

Browse files
committed
Fix capitalization of Lookup word
1 parent c5704e2 commit 8e42f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html[`Resourc
248248
the key for the resource string
249249
|===
250250
251-
The Resource Bundle lookup retrieves strings from Java Resource bundles, e.g.:
251+
The Resource Bundle Lookup retrieves strings from Java Resource bundles, e.g.:
252252
253253
----
254254
${bundle:org.example.Main:errorMessage}
@@ -264,7 +264,7 @@ ${bundle:org.example.Main:errorMessage}
264264
| Key format | _any_ `String`
265265
|===
266266
267-
The Context Map lookup can be used in two different contexts:
267+
The Context Map Lookup can be used in two different contexts:
268268
269269
Global context::
270270
If used in the global context, it uses the

0 commit comments

Comments
 (0)