From 5a9074e3bb03a8b4f27898369eeb3ef0dc325cfc Mon Sep 17 00:00:00 2001 From: Sandra G Date: Thu, 14 Nov 2024 12:21:30 -0500 Subject: [PATCH] [Obs AI Assistant] fix spelling error (#199867) ## Summary Fixes spelling error from "degradated" to "degraded". (cherry picked from commit 8dafb11009995f637c71b5689cf6a803d2c9a6fd) --- .../src/chat/simulated_function_calling_callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/packages/kbn-ai-assistant/src/chat/simulated_function_calling_callout.tsx b/x-pack/packages/kbn-ai-assistant/src/chat/simulated_function_calling_callout.tsx index 26eb589b25dfc..b570a0cae11f0 100644 --- a/x-pack/packages/kbn-ai-assistant/src/chat/simulated_function_calling_callout.tsx +++ b/x-pack/packages/kbn-ai-assistant/src/chat/simulated_function_calling_callout.tsx @@ -19,7 +19,7 @@ export function SimulatedFunctionCallingCallout() { {i18n.translate('xpack.aiAssistant.simulatedFunctionCallingCalloutLabel', { defaultMessage: - 'Simulated function calling is enabled. You might see degradated performance.', + 'Simulated function calling is enabled. You might see degraded performance.', })}