Skip to content

Commit 2c522f6

Browse files
corkreansquat
andauthored
Update data/temporal_example/README.md
Co-authored-by: Lucas Servén Marín <[email protected]>
1 parent b892ca6 commit 2c522f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/temporal_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Follow these steps to run this example:
3636

3737
- This example uses Temporal's default [retry policy](https://docs.temporal.io/encyclopedia/retry-policies) for Activities and Workflows. This means that an Activity will indefinitely try to complete a successful execution.
3838

39-
- Both Postgres and SpiceDB writes in this example are idempotent. In the case of the record already existing, there will be no errors and the workflow will complete successfully. [Temporal reccomends that all activities are idempotent.](https://docs.temporal.io/activity-definition#idempotency)
39+
- Both Postgres and SpiceDB writes in this example are idempotent. In the case of the record already existing, there will be no errors and the workflow will complete successfully. [Temporal recommends that all activities be idempotent.](https://docs.temporal.io/activity-definition#idempotency)
4040

4141
- This example uses a single Temporal Task Queue partition. [Task Queues with a single partition](https://docs.temporal.io/task-queue#task-ordering) are almost always first-in, first-out, with rare edge case exceptions.
4242

0 commit comments

Comments
 (0)