Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Aug 16, 2022
1 parent 17c37e8 commit 9d87041
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const allowedExperimentalValues = Object.freeze({
policyListEnabled: true,
policyResponseInFleetEnabled: true,
threatIntelligenceEnabled: false,
entityAnalyticsDashoardEnabled: false,
entityAnalyticsDashboardEnabled: false,

/**
* This is used for enabling the end-to-end tests for the security_solution telemetry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const securitySolutionsDeepLinks: SecuritySolutionDeepLink[] = [
title: ENTITY_ANALYTICS,
path: ENTITY_ANALYTICS_PATH,
features: [FEATURE.general],
experimentalKey: 'entityAnalyticsDashoardEnabled',
experimentalKey: 'entityAnalyticsDashboardEnabled',
isPremium: true,
keywords: [
i18n.translate('xpack.securitySolution.search.entityAnalytics', {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const HOST_RISK_TOOLTIP = i18n.translate(
'xpack.securitySolution.hostsTable.hostRiskToolTip',
{
defaultMessage:
'Host risk classifcation is determined by host risk score. Hosts classified as Critical or High are indicated as risky.',
'Host risk classification is determined by host risk score. Hosts classified as Critical or High are indicated as risky.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const HOST_RISK_TOOLTIP = i18n.translate(
'xpack.securitySolution.hostsRiskDashboard.hostRiskToolTip',
{
defaultMessage:
'Host risk classifcation is determined by host risk score. Hosts classified as Critical or High are indicated as risky.',
'Host risk classification is determined by host risk score. Hosts classified as Critical or High are indicated as risky.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const USER_RISK_TOOLTIP = i18n.translate(
'xpack.securitySolution.usersRiskDashboard.userRiskToolTip',
{
defaultMessage:
'User risk classifcation is determined by User risk score. Hosts classified as Critical or High are indicated as risky.',
'User risk classification is determined by User risk score. Users classified as Critical or High are indicated as risky.',
}
);

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/public/overview/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const entityAnalyticsLinks: LinkItem = {
}),
path: ENTITY_ANALYTICS_PATH,
capabilities: [`${SERVER_APP_ID}.show`],
experimentalKey: 'entityAnalyticsDashoardEnabled',
experimentalKey: 'entityAnalyticsDashboardEnabled',
licenseType: 'platinum',
globalSearchKeywords: [
i18n.translate('xpack.securitySolution.appLinks.entityAnalytics', {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/security_solution_cypress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
`--xpack.securitySolution.enableExperimental=${JSON.stringify([
'riskyHostsEnabled',
'riskyUsersEnabled',
'entityAnalyticsDashoardEnabled',
'entityAnalyticsDashboardEnabled',
'insightsRelatedAlertsByProcessAncestry',
'threatIntelligenceEnabled',
])}`,
Expand Down

0 comments on commit 9d87041

Please sign in to comment.