Skip to content

Commit

Permalink
fix: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Nov 11, 2024
1 parent 7844596 commit 113226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/help-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:

- \`/good-first-issue {js | ts | java | go | docs | design | ci-cd}\` or \`/gfi {js | ts | java | go | docs | design | ci-cd}\` - label an issue as a \`good first issue\`.
example: \`/gfi js\` or \`/good-first-issue ci-cd\`
- \`/trasfer-issue {repo-name}\` or \`/ti {repo-name}\` - trasfers issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\`
- \`/transfer-issue {repo-name}\` or \`/ti {repo-name}\` - transfer issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\`
})
2 changes: 1 addition & 1 deletion .github/workflows/transfer-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
})
process.exit(1)
}
- name: Trasfer Issue
- name: Transfer Issue
id: transferIssue
working-directory: ./
run: |
Expand Down

0 comments on commit 113226c

Please sign in to comment.