We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a352eb commit d94dcd7Copy full SHA for d94dcd7
firebase-dataconnect/ci/post_comment_for_job_results.py
@@ -122,7 +122,7 @@ def parse(cls, s: str) -> JobResult:
122
colon_index = s.find(":")
123
if colon_index < 0:
124
raise ParseError(
125
- "no colon (:) character found in job result specfication, "
+ "no colon (:) character found in job result specification, "
126
"which is required to delimit the job ID from the job result"
127
)
128
job_id = s[:colon_index]
0 commit comments