diff --git a/docs/InterviewTemplates.md b/docs/InterviewTemplates.md
index 0877fab..0f4bdf5 100644
--- a/docs/InterviewTemplates.md
+++ b/docs/InterviewTemplates.md
@@ -196,7 +196,7 @@ except for selection boxes and buttons where each step becomes a button or selec
`heading`
|
- Yes |
+ No |
String |
The title of the embed message.
@@ -206,7 +206,7 @@ The title of the embed message.
|
`summary-field`
|
- Yes |
+ No |
String |
When an interview ends all previous answers with this property will be put in a summary.
@@ -218,7 +218,7 @@ The value of this property is the name which will be displayed next to the answe
|
`button-style`
|
- Yes |
+ No |
String |
The style of this step's button. Requires that the parent step is a `BUTTONS` step.
@@ -237,7 +237,7 @@ Default style is `SECONDARY`.
|
`selector-description`
|
- Yes |
+ No |
String |
Description for this option in the parent step's selection box. Requires that the parent step is a `TEXT_SELECTOR`.
@@ -247,7 +247,7 @@ Description for this option in the parent step's selection box. Requires that th
|
`selector-placeholder`
|
- Yes |
+ No |
String |
The placeholder text shown before a value is selected in the selection box. Requires that this step is a `TEXT_SELECTOR`.
@@ -257,7 +257,7 @@ The placeholder text shown before a value is selected in the selection box. Requ
|
`max-length`
|
- Yes |
+ No |
Number |
The maximum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
@@ -267,7 +267,7 @@ The maximum length of the user's response message. Requires that this step is a
|
`min-length`
|
- Yes |
+ No |
Number |
The minimum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
|