Fix documentation error regarding soy template

Soy template does not support "inline" option.

Change-Id: Ie9116a2fe0499d8e619914e3efe84c52fee5de47
diff --git a/src/main/resources/Documentation/config-rulebase-common.md b/src/main/resources/Documentation/config-rulebase-common.md
index e877e9b..94cad2c 100644
--- a/src/main/resources/Documentation/config-rulebase-common.md
+++ b/src/main/resources/Documentation/config-rulebase-common.md
@@ -654,7 +654,7 @@
 {template .TemplateName kind="text"}
   {@param changeNumber: string}
   {@param formatChangeUrl: string}
-  inline Comment for change {$changeNumber} added. See {$formatChangeUrl}
+  Comment for change {$changeNumber} added. See {$formatChangeUrl}
 {/template}
 ```