This is an automated email from the ASF dual-hosted git repository.

royteeuwen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new eb543cb47 Fix typo in title of i18n docs
eb543cb47 is described below

commit eb543cb47ef11edc8af688d7b7605bff91b6d67d
Author: Roy Teeuwen <[email protected]>
AuthorDate: Fri Jan 24 21:25:06 2025 +0100

    Fix typo in title of i18n docs
---
 .../content/documentation/bundles/internationalization-support-i18n.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
 
b/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
index 24ed9c827..bb7dfebce 100644
--- 
a/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
+++ 
b/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
@@ -47,7 +47,7 @@ The exact location of these nodes is not relevant as the 
`ResourceBundleProvider
 
 Two different types of storage formats are supported for the individual 
dictionaries
 
-#### `sling:MessageEntry` or `sling:message` based
+#### `sling:MessageEntry` jcr:primaryType or `sling:Message` jcr:mixinTypes 
based
 
 The (direct) child nodes of the `mix:language` node must either have the 
`jcr:primaryType` set to `sling:MessageEntry` or a `jcr:mixinTypes` containing 
`sling:Message` and must contain two special properties naming the key string 
and the message:
 

Reply via email to