Fix minor eslint warnings

This commit is contained in:
uwap 2020-10-05 22:02:30 +02:00
parent 8917402888
commit 43a33c3ab3
7 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@ export const option = (values: TypeOptionParam): TopicType => {
return values.otherwise;
} else {
throw new Error(
`Value ${x.toString()} cannot by mapped by the option parameters given`
`Value ${x.toString()} cannot be mapped by the option parameters given`
);
}
};