diff --git a/x-pack/platform/plugins/private/canvas/public/components/function_form/function_form.tsx b/x-pack/platform/plugins/private/canvas/public/components/function_form/function_form.tsx index 7c6e065125afb..1f34192087f83 100644 --- a/x-pack/platform/plugins/private/canvas/public/components/function_form/function_form.tsx +++ b/x-pack/platform/plugins/private/canvas/public/components/function_form/function_form.tsx @@ -48,7 +48,7 @@ export const FunctionForm: React.FunctionComponent = (props) context={ context ?? { state: 'error', - error: 'Error occured', + error: 'Error occurred', value: expressionType, } } diff --git a/x-pack/platform/plugins/shared/ingest_pipelines/server/lib/mapper.ts b/x-pack/platform/plugins/shared/ingest_pipelines/server/lib/mapper.ts index 99494e08f46c0..1a1e8f2507026 100644 --- a/x-pack/platform/plugins/shared/ingest_pipelines/server/lib/mapper.ts +++ b/x-pack/platform/plugins/shared/ingest_pipelines/server/lib/mapper.ts @@ -64,7 +64,7 @@ function parseAndValidate(file: string) { throw new Error( i18n.translate('xpack.ingestPipelines.mapToIngestPipeline.error.parseErrors', { defaultMessage: - 'Error reading file: An unexpected issue has occured during the processing of the file.', + 'Error reading file: An unexpected issue has occurred during the processing of the file.', }) ); } diff --git a/x-pack/platform/plugins/shared/observability_ai_assistant/public/components/insight/insight_error.tsx b/x-pack/platform/plugins/shared/observability_ai_assistant/public/components/insight/insight_error.tsx index 7542a2f843ef1..81fa4d27abd25 100644 --- a/x-pack/platform/plugins/shared/observability_ai_assistant/public/components/insight/insight_error.tsx +++ b/x-pack/platform/plugins/shared/observability_ai_assistant/public/components/insight/insight_error.tsx @@ -19,7 +19,7 @@ export function InsightError() { iconType="error" > {i18n.translate('xpack.observabilityAiAssistant.insight.error.description', { - defaultMessage: 'An error occured.', + defaultMessage: 'An error occurred.', })} diff --git a/x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts b/x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts index 6e78e60059f2d..20de1b29e8924 100644 --- a/x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts +++ b/x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts @@ -98,15 +98,15 @@ export const permissionsPolicyViolationReportSchema = schema.object( */ featureId: schema.maybe(schema.string()), /** - * If known, the file where the violation occured, or null otherwise. + * If known, the file where the violation occurred, or null otherwise. */ sourceFile: schema.maybe(schema.string()), /** - * If known, the line number in sourceFile where the violation occured, or null otherwise. + * If known, the line number in sourceFile where the violation occurred, or null otherwise. */ lineNumber: schema.maybe(schema.number()), /** - * If known, the column number in sourceFile where the violation occured, or null otherwise. + * If known, the column number in sourceFile where the violation occurred, or null otherwise. */ columnNumber: schema.maybe(schema.number()), /** diff --git a/x-pack/platform/plugins/shared/task_manager/server/task_store.ts b/x-pack/platform/plugins/shared/task_manager/server/task_store.ts index 79cde391e6470..d4a87f691d186 100644 --- a/x-pack/platform/plugins/shared/task_manager/server/task_store.ts +++ b/x-pack/platform/plugins/shared/task_manager/server/task_store.ts @@ -555,7 +555,7 @@ export class TaskStore { ]; } catch (e) { this.logger.error( - `[TaskStore] An error occured. Task ${taskInstance.id} will not be updated. Error: ${e.message}` + `[TaskStore] An error occurred. Task ${taskInstance.id} will not be updated. Error: ${e.message}` ); return acc; } @@ -709,7 +709,7 @@ export class TaskStore { }); } catch (e) { this.logger.error( - `[TaskStore] An error occured. Task ${doc.id} will not be updated. Error: ${e.message}` + `[TaskStore] An error occurred. Task ${doc.id} will not be updated. Error: ${e.message}` ); } return acc; diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/error_state_prompt.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/error_state_prompt.tsx index 694dc4069e353..26579ec22f632 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/error_state_prompt.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/error_state_prompt.tsx @@ -15,7 +15,7 @@ export function ErrorStatePrompt() { title={
{i18n.translate('xpack.apm.error.prompt.title', { - defaultMessage: `Sorry, an error occured :(`, + defaultMessage: `Sorry, an error occurred :(`, })}
} diff --git a/x-pack/solutions/search/plugins/search_synonyms/public/components/error_prompt/error_prompt.tsx b/x-pack/solutions/search/plugins/search_synonyms/public/components/error_prompt/error_prompt.tsx index f50b30caa5f7f..de12a11de8900 100644 --- a/x-pack/solutions/search/plugins/search_synonyms/public/components/error_prompt/error_prompt.tsx +++ b/x-pack/solutions/search/plugins/search_synonyms/public/components/error_prompt/error_prompt.tsx @@ -18,7 +18,7 @@ const ERROR_MESSAGES = { body: ( ), },