Skip to content

Commit 69a9b03

Browse files
authored
Fix typo in message (softprops#168)
1 parent a801399 commit 69a9b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const upload = async (
167167
const json = await resp.json();
168168
if (resp.status !== 201) {
169169
throw new Error(
170-
`Failed to upload release asset ${name}. recieved status code ${
170+
`Failed to upload release asset ${name}. received status code ${
171171
resp.status
172172
}\n${json.message}\n${JSON.stringify(json.errors)}`
173173
);

0 commit comments

Comments
 (0)