Author: kwin
Date: Wed Jan 14 17:49:41 2015
New Revision: 1651749

URL: http://svn.apache.org/r1651749
Log:
fix typo in description for applicablePaths

Modified:
    sling/site/trunk/content/documentation/bundles/validation.mdtext

Modified: sling/site/trunk/content/documentation/bundles/validation.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/validation.mdtext?rev=1651749&r1=1651748&r2=1651749&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/validation.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/validation.mdtext Wed Jan 14 
17:49:41 2015
@@ -37,7 +37,7 @@ The resources should have the following
 -------------------- | ------- | -------------- | -------------| ---------
 `sling:resourceType` | Property | `String` | Always `sling/validation/model`, 
otherwise node will never be picked up by Sling Validation. | yes | 
`sling/validation/model`
 `validatedResourceType` | Property | `String` | The resource type of the 
resource for which this validation model should be applied. Must always be 
relative (i.e. not start with a "/"). | yes | `my/own/resourcetype` 
-`applicablePaths` | Property |  `String[]` | Path prefixes which restrict the 
validation model to resources which are below one of the given prefixes. No 
wildcards are supported. If not given, there is not path restriction. | no | 
`/content/mysite`
+`applicablePaths` | Property |  `String[]` | Path prefixes which restrict the 
validation model to resources which are below one of the given prefixes. No 
wildcards are supported. If not given, there is no path restriction. | no | 
`/content/mysite`
 `properties\<propertyName>` | Resource | - | This resource ensures that the 
property with the name `<propertyName>` is there. The resource name has no 
longer a meaning if the property `nameRegex` is set on this node. | no | `false`
 `properties\<propertyName>\optional` | Property | `Boolean` | If `true` it is 
not an error if there is no property with the given `<propertyName>` or none 
matching the  `nameRegex`. If not set or `false` the property must be there.  | 
no | `false`
 `properties\<propertyName>\propertyMultiple` | Property | `Boolean` | If 
`true` only multivalue properties are allowed with the name `<propertyName>` or 
matching the `nameRegex`. If not set or `false`, multi- and single-value 
properties are accepted.  | no | `false`


Reply via email to