Author: bdelacretaz
Date: Thu Mar  7 12:45:49 2013
New Revision: 1453823

URL: http://svn.apache.org/r1453823
Log:
typo

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext

Modified: 
sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext?rev=1453823&r1=1453822&r2=1453823&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext 
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext Thu 
Mar  7 12:45:49 2013
@@ -28,7 +28,7 @@ If `sling.servlet.methods` is not specif
 If you are working with the default Apache Sling development stack you can use 
Java Annotations from [Apache Felix Maven SCR 
Plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin.html)
 to register your Sling
 servlets and describe their binding details.
 
-There are two ways of doings this, either with a Sling-specific @SlingServlet 
annotation or with the more generic maven-scr-plugin annotations:
+There are two ways of doing this, either with a Sling-specific @SlingServlet 
annotation or with the more generic maven-scr-plugin annotations:
 
 1. The `@SlingServlet` annotation
 


Reply via email to