diff --git a/packages/chat-core/src/models/ChatConfig.ts b/packages/chat-core/src/models/ChatConfig.ts index b03a494..ddee648 100644 --- a/packages/chat-core/src/models/ChatConfig.ts +++ b/packages/chat-core/src/models/ChatConfig.ts @@ -45,7 +45,7 @@ export interface ChatConfig { * An optional location override to use instead of the user's provided location. * * @remarks - * If provided, Search steps will not attept to infer the location from + * If provided, Search steps will not attempt to infer the location from * the request data and will use this latitude and longitude instead. */ locationOverride?: { latitude: number; longitude: number };