Fix typos

This commit is contained in:
Andrew Eisenberg 2022-10-07 16:27:25 -07:00
parent 919e4caca1
commit 6c869f8b03
6 changed files with 9 additions and 9 deletions

4
lib/feature-flags.js generated
View file

@ -150,8 +150,8 @@ class GitHubFeatureFlags {
`please ensure the Action has the 'security-events: write' permission. Details: ${e}`);
}
else {
// Some feature, such as `ml_powered_queries_enabled` affect the produced alerts.
// Considering these feature disabled in the event of a transient error could
// Some features, such as `ml_powered_queries_enabled` affect the produced alerts.
// Considering these features disabled in the event of a transient error could
// therefore lead to alert churn. As a result, we crash if we cannot determine the value of
// the feature.
throw new Error(`Encountered an error while trying to determine feature enablement: ${e}`);