Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cemhurturk committed Sep 2, 2023
1 parent 4c23094 commit bc4b60b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api-reference/journey-actions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: doc
prev:
text: 'Return Back'
link: 'javascript:history.back()'
text: 'Return Back'
link: 'javascript:history.back()'
next: false
---

Expand Down Expand Up @@ -267,7 +267,6 @@ This action will implement a decision with a criteria and set of actions for bot
| Criteria | The array of criteria. [Please refer to the criteria object below](/api-reference/criteria-syntax). |
| Actions | The array of action objects in case `True` and `False` cases. |


## `SendEmail`

This action sends the email to the subscriber.
Expand Down

0 comments on commit bc4b60b

Please sign in to comment.