We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6679086 commit d800e1fCopy full SHA for d800e1f
packages/backend/src/apps/toolbox/actions/if-then/index.ts
@@ -19,7 +19,7 @@ function shouldTakeBranch($: IGlobalVariable): boolean {
19
const action: IRawAction = {
20
name: 'If-then',
21
key: ACTION_KEY,
22
- description: 'Run different actions based off certain conditions',
+ description: 'Run different actions based on certain conditions',
23
groupsLaterSteps: true,
24
arguments: [
25
{
0 commit comments