Author: rombert
Date: Mon Mar 30 09:29:56 2015
New Revision: 1670025

URL: http://svn.apache.org/r1670025
Log:
SLING-4549 - i18n documentation typo in sling:Message & sling:MessageEntry node 
type

Fixed as suggested by Alexander Klimetschek.

Modified:
    
sling/site/trunk/content/documentation/bundles/internationalization-support-i18n.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/internationalization-support-i18n.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/internationalization-support-i18n.mdtext?rev=1670025&r1=1670024&r2=1670025&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/internationalization-support-i18n.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/internationalization-support-i18n.mdtext
 Mon Mar 30 09:29:56 2015
@@ -114,12 +114,12 @@ The `mix:language` mixin node type allow
 
 
 
-    [sling:message]
+    [sling:Message]
         mixin
       - sling:key (string)
       - sling:message (undefined)
     
-    [sling:messageEntry] > nt:hierarchyNode, sling:message  
+    [sling:MessageEntry] > nt:hierarchyNode, sling:Message  
 
 
-The `sling:message` and `slign:messageEntry` are helper node types which may 
be used to create the nodes with the `sling:key` and `sling:message` properties 
required by the `ResourceBundleProvider`. The node types themselves are not 
required but by defining the required properties, they may be of use.
+The `sling:Message` and `slign:MessageEntry` are helper node types which may 
be used to create the nodes with the `sling:key` and `sling:message` properties 
required by the `ResourceBundleProvider`. The node types themselves are not 
required but by defining the required properties, they may be of use.


Reply via email to