Add GitHub Action to check spelling (#3591)

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2021-12-28 10:17:49 -06:00 committed by GitHub
parent d2fd90579b
commit 01cd41de68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 74 additions and 47 deletions

View file

@ -113,7 +113,7 @@ getIssues().then(processIssues);
/**
* Rather than just store the complete issue, we'll extract
* only the pieces we need.
* We'll also do some transformation of the issues, jsut because
* We'll also do some transformation of the issues, just because
* it's easier to do in JS than in the template.
*/
function getProposalFromIssue(issue) {