Author: elecharny
Date: Tue Mar 12 10:03:32 2019
New Revision: 1855303
URL: http://svn.apache.org/viewvc?rev=1855303&view=rev
Log:
Fixed some typoes
Modified:
directory/site/trunk/content/apacheds/developer-guide.mdtext
Modified: directory/site/trunk/content/apacheds/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/developer-guide.mdtext?rev=1855303&r1=1855302&r2=1855303&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/developer-guide.mdtext (original)
+++ directory/site/trunk/content/apacheds/developer-guide.mdtext Tue Mar 12 10:03:32 2019
@@ -480,9 +480,9 @@ You have to check in those directories :
$ svn add <version>
$ svn ci <version> -m "Injected <version> javadocs"
-Now, you have to update the staging site, but first, do a <em>svn up</em>. the
you have to update the <em>extpaths.txt</em> file.
+Now, you have to update the staging site, but first, do a <em>svn up</em>. Then
you have to update the <em>extpaths.txt</em> file.
-This file list the file on the production site that will not be overriden by the publication
of the staging site. It has to be updated
+This file list the files on the production site that will not be overriden by the publication
of the staging site. It has to be updated.
:::text
$ cd ~/apacheds/staging/content/
|