Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index a1c26a8..70bed74 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -6,8 +6,7 @@
 
 It is OK for init() to error if repository is unavailable, as the
 GsaCommunicationHandler will retry init() using exponential backoff
-(starting at a second and maxes at an hour) until it is interrupted,
-shutdown, or successful.
+(starting at some seconds and maxing out at an hour) until it is interrupted, shutdown, or successful.
 
 
 * How do I get a reference to the DocIdPusher?