From 4a39c1d38278a6f9824ae72949056f23b841ce0c Mon Sep 17 00:00:00 2001 From: Gerrit Burger Date: Tue, 2 Apr 2024 11:29:41 +0200 Subject: [PATCH] Update ExperimentConcluded message based on review suggestion Co-authored-by: Dale French --- packages/eslint-plugin/lib/rules/toggle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/lib/rules/toggle.js b/packages/eslint-plugin/lib/rules/toggle.js index 81e8aca..307d755 100644 --- a/packages/eslint-plugin/lib/rules/toggle.js +++ b/packages/eslint-plugin/lib/rules/toggle.js @@ -26,7 +26,7 @@ module.exports = { ExperimentNotConfigured: 'Looks like this experiment is not configured. Please make sure the experiment is added to the experiments config file.', ExperimentConcluded: - 'Looks like this experiment concluded, and can be cleaned up. The winning variant is {{winningVariant}}.', + 'Looks like this experiment has concluded, and can be cleaned up. The winning variant is {{winningVariant}}.', VariableAssignment: 'It is okay to assign the result of a toggle to a variable, but you might be better off calling the toggle inline for automatic clean up.', InvalidNrOfVariants: