Skip to content

Commit 96fd95e

Browse files
committed
comments typo
1 parent 8a7564e commit 96fd95e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openapi/openapiv2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12185,7 +12185,7 @@
1218512185
},
1218612186
"activityReset": {
1218712187
"type": "boolean",
12188-
"description": "Will be set to true if the activity was reset.\nApplyes only to the current run."
12188+
"description": "Will be set to true if the activity was reset.\nApplies only to the current run."
1218912189
},
1219012190
"heartbeatReset": {
1219112191
"type": "boolean",

openapi/openapiv3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9252,7 +9252,7 @@ components:
92529252
type: boolean
92539253
description: |-
92549254
Will be set to true if the activity was reset.
9255-
Applyes only to the current run.
9255+
Applies only to the current run.
92569256
heartbeatReset:
92579257
type: boolean
92589258
description: Will be set to true if the activity heartbeat was reset.

temporal/api/workflowservice/v1/request_response.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ message RecordActivityTaskHeartbeatResponse {
528528
bool activity_paused = 2;
529529

530530
// Will be set to true if the activity was reset.
531-
// Applyes only to the current run.
531+
// Applies only to the current run.
532532
bool activity_reset = 3;
533533

534534
// Will be set to true if the activity heartbeat was reset.

0 commit comments

Comments
 (0)