Skip to content

Commit

Permalink
Update ExperimentConcluded message based on review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Dale French <[email protected]>
  • Loading branch information
Gerrit88 and dale-french authored Apr 2, 2024
1 parent 0e6fe86 commit 4a39c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/rules/toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a39c1d

Please sign in to comment.