diff --git a/forms/FormAction.php b/forms/FormAction.php
index 5216b8eee..d9fc9dddc 100644
--- a/forms/FormAction.php
+++ b/forms/FormAction.php
@@ -1,6 +1,6 @@
as well as
tags.
+ * The action buttons are ` ` as well as `` tags.
*
* Upon clicking the button below will redirect the user to doAction under the current controller.
*
@@ -25,7 +25,7 @@ class FormAction extends FormField {
protected $action;
/**
- * Enables the use of
instead of
+ * Enables the use of `` instead of ` `
* in {@link Field()} - for more customizeable styling.
*
* @var boolean
@@ -154,7 +154,7 @@ class FormAction extends FormField {
}
/**
- * Enable or disable the rendering of this action as a
+ * Enable or disable the rendering of this action as a ` `
*
* @param boolean
* @return $this
@@ -165,7 +165,7 @@ class FormAction extends FormField {
}
/**
- * Determine if this action is rendered as a
+ * Determine if this action is rendered as a ` `
*
* @return boolean
*/