Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index 2fb1a8e..db154df 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -61,8 +61,8 @@
 
 * I have an existing Adaptor that only provides full data pushes - how do I make it support incremental pushes?
 
-The adaptor must extend `com/google/enterprise/adaptor/PollingIncrementalLister` which has a single method `getModifiedDocIds(DocIdPusher pusher)` ; when initializing the Adaptor, the single line:
+The adaptor must extend `com/google/enterprise/adaptor/PollingIncrementalLister` which has a single method `getModifiedDocIds(DocIdPusher pusher)` ; when initializing the Adaptor, calling:
 {{{
 setPollingIncrementalLister(this)
 }}}
-should then suffice. 
\ No newline at end of file
+on the `AdaptorContext` should then suffice. 
\ No newline at end of file