Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index 70bed74..17a90de 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -9,14 +9,14 @@
 (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?
+* How do I get a reference to the D!ocIdPusher?
 
-Use AdaptorContext.getDocIdPusher() that you get in init.
+Use !AdaptorContext.!getDocIdPusher() that you get in init.
 
 
 * How do I feed document that has changed?
 
-Send a Record for that DocId with crawl-immediately being true.
+Send a Record for that !DocId with crawl-immediately being true.
 
 
 * How do I feed a document that has been deleted?
@@ -24,12 +24,12 @@
 Tell the GSA to crawl the document, which will result in 404, which will result in a deletion.  If you'd like you can set delete to be true in Record, but that's not necessary.
 
 
-* How do I make an ACL?
+* How do I make an !ACL?
 
-Use Acl.Builder
+Use !Acl.!Builder
 
 
-* Can I represent multiple ACLs for same document?
+* Can I represent multiple !ACLs for same document?
 
 Yes.