You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/02/27 14:36:56 UTC

svn commit: r1784573 - /sling/site/trunk/content/documentation/bundles/validation.mdtext

Author: kwin
Date: Mon Feb 27 14:36:56 2017
New Revision: 1784573

URL: http://svn.apache.org/viewvc?rev=1784573&view=rev
Log:
fix some typos

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=1784573&r1=1784572&r2=1784573&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/validation.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/validation.mdtext Mon Feb 27 14:36:56 2017
@@ -9,12 +9,12 @@ This documentation is still work in prog
 Many Sling projects want to be able to validate both Resources and request parameters. Through the Sling Validation Bundle this is possible with the help of validation model resources which define validation rules for a certain resourceType.
 
 # Prerequisites
-To use this validation frameworks the following bundles need to be deployed
+To use this validation framework the following bundles need to be deployed
 
 1. `org.apace.sling.validation.api`
 1. `org.apache.sling.validation.core`
 
-In addition a [service resolver mapping]({{ refs.service-authentication.path }}) needs to be configured for the service name `org.apache.sling.validation.core`. The bound service user needs at least read access to all resource resolver's search paths (usually `/apps` and `/libs`).
+In addition a [service resolver mapping]({{ refs.service-authentication.path }}) needs to be configured for the service name `org.apache.sling.validation.core`. The bound service user needs to have at least read access to all resources within the resource resolver's search paths (usually `/apps` and `/libs`).
 
 # Basic Usage
 To validate a resource one first needs to get a `ValidationModel` and then validate the resource with that model. Both functionalities are provided by the `ValidationService` OSGi service: