Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
  • Loading branch information
banderror and rylnd authored Nov 24, 2020
1 parent 56f0f7f commit bbb3f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function scoreOf(value: number) {
};
}

function overridenScoreOf(value: number) {
function overriddenScoreOf(value: number) {
return {
riskScore: value,
riskScoreMeta: { riskScoreOverridden: true },
Expand Down

0 comments on commit bbb3f75

Please sign in to comment.