Skip to content

Commit

Permalink
chore: fix typo in parse-comment (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty authored and gr2m committed Oct 22, 2019
1 parent 3b740b4 commit 2718de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/processIssueComment/utils/parse-comment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const validContributionTypes = [
'video',
]

// Types that are valid multi words, that we need to re map back to there camelCase parts
// Types that are valid multi words, that we need to re map back to their camelCase parts
const validMultiContributionTypesMapping = {
eventorganizing: 'eventOrganizing',
fundingfinding: 'fundingFinding',
Expand Down

0 comments on commit 2718de0

Please sign in to comment.