Edited wiki page DevelopmentProperties through web user interface.
diff --git a/DevelopmentProperties.wiki b/DevelopmentProperties.wiki
index 4867bbf..af407ef 100644
--- a/DevelopmentProperties.wiki
+++ b/DevelopmentProperties.wiki
@@ -10,7 +10,7 @@
   # Don't send out "try-things-out" CLs.
   # Make CLs direct. 
     * no unneccesary indirection
-    * put the String constant in instead of having unnecessary finals declared.
+    * put String constants directly in code instead of having unnecessary finals declared
   # Prefer plain/idiomatic/obvious over clever.
   # Name things!     
     * make specific exception classes