Skip to content

Commit e538ebb

Browse files
committed
copy tweak
1 parent 6c0a949 commit e538ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/runs-and-attempts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In Trigger.dev, the concepts of runs and attempts are fundamental to understandi
77

88
## What are runs?
99

10-
A run is created when you trigger a task (e.g calling `yourTask.trigger({ foo: "bar" })`). It represents a single instance of a task being executed and contains the following key information:
10+
A run is created when you trigger a task (e.g. calling `yourTask.trigger({ foo: "bar" })`). It represents a single instance of a task being executed and contains the following key information:
1111

1212
- A unique run ID
1313
- The current status of the run

0 commit comments

Comments
 (0)