Update compactionStrategy.md

Two minor grammatical changes made to the text.
diff --git a/docs/compactionStrategy.md b/docs/compactionStrategy.md
index 17d0c6a..8b63ae8 100644
--- a/docs/compactionStrategy.md
+++ b/docs/compactionStrategy.md
@@ -26,7 +26,7 @@
                                   and table.majc.compaction.strategy.opts.file.large.compress.type for larger files.                            
                                   
 
-This is an example of how to configure a compaction strategy. By default Accumulo will always use the DefaultCompactionStrategy, unless 
+This is an example of how to configure a compaction strategy. By default, Accumulo will always use the DefaultCompactionStrategy, unless 
 these steps are taken to change the configuration.  Use the strategy and settings that best fits your Accumulo setup. This example shows
 how to configure and test one of the more complicated strategies, the BasicCompactionStrategy. Note that this example requires hadoop
 native libraries built with snappy in order to use snappy compression.
@@ -68,11 +68,11 @@
 ```bash
 $ accumulo rfile-info <rfile>
 ```
-Details about the rfile will be printed and the compression type should match the type used in the compaction...
+Details about the rfile will be printed. The compression type should match the type used in the compaction.
 
 ```bash    
 Meta block     : RFile.index
       Raw size             : 319 bytes
       Compressed size      : 180 bytes
       Compression type     : gz
-```
\ No newline at end of file
+```