Skip to content

Commit d800e1f

Browse files
committed
change if-then description
1 parent 6679086 commit d800e1f

File tree

1 file changed

+1
-1
lines changed
  • packages/backend/src/apps/toolbox/actions/if-then

1 file changed

+1
-1
lines changed

packages/backend/src/apps/toolbox/actions/if-then/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function shouldTakeBranch($: IGlobalVariable): boolean {
1919
const action: IRawAction = {
2020
name: 'If-then',
2121
key: ACTION_KEY,
22-
description: 'Run different actions based off certain conditions',
22+
description: 'Run different actions based on certain conditions',
2323
groupsLaterSteps: true,
2424
arguments: [
2525
{

0 commit comments

Comments
 (0)