chore: add ed

This commit is contained in:
Michael Vines 2019-06-26 09:48:40 -07:00
parent c6f828b06a
commit 5d81280c97
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ export class BudgetProgram {
default:
throw new Error(
`A maximum of two conditions are support: ${conditions.length} provided`,
`A maximum of two conditions are supported: ${conditions.length} provided`,
);
}
}