Skip to content

Commit

Permalink
docs(gateway): align style for writing the time unit
Browse files Browse the repository at this point in the history
(cherry picked from commit c531ebd)
  • Loading branch information
saig0 authored and github-actions[bot] committed Sep 23, 2022
1 parent bf071f8 commit f387b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-protocol/src/main/proto/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ message FailJobRequest {
// this is particularly useful if a job runs out of retries and an incident is raised,
// as it this message can help explain why an incident was raised
string errorMessage = 3;
// the backoff timeout in ms for the next retry
// the backoff timeout (in ms) for the next retry
int64 retryBackOff = 4;
}

Expand Down

0 comments on commit f387b28

Please sign in to comment.