Skip to content

Commit 5410e4c

Browse files
author
markzegarelli
committed
Fixing this include...again.
1 parent 42b2f8b commit 5410e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/components/actions-fields.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{% unless hiddenActions contains action.id %}
103103
### {{action.name}}
104104
<p>{{action.description | markdownify}}</p>
105-
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. {% if action.defaultTrigger %}The default Trigger is:</p> <code>{{action.defaultTrigger}}</code> {%endif%}
105+
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. {% if action.defaultTrigger %}The default Trigger is: <code>{{action.defaultTrigger}}</code> {%endif%}</p>
106106

107107

108108
{% if action.fields.size > 0 %}

0 commit comments

Comments
 (0)