Skip to content

Commit

Permalink
fix: typo (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis authored Jul 31, 2024
1 parent d6b58d9 commit f48bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function uploadSpecAndConfig(
const formData = new FormData();

formData.set('projectName', projectName);
formData.set('commitMesssage', commitMessage);
formData.set('commitMessage', commitMessage);

// append a spec file
formData.set('oasSpec', await fileFrom(specPath, 'text/plain'));
Expand Down

0 comments on commit f48bfa8

Please sign in to comment.