From 5d81280c972288c2819b149420b0e3617b391ac7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 26 Jun 2019 09:48:40 -0700 Subject: [PATCH] chore: add ed --- web3.js/src/budget-program.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/src/budget-program.js b/web3.js/src/budget-program.js index 716ee9cd08..a75aadcf28 100644 --- a/web3.js/src/budget-program.js +++ b/web3.js/src/budget-program.js @@ -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`, ); } }