Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nbramblett committed Sep 10, 2024
1 parent a22c15b commit fe7ed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat-core/src/models/ChatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit fe7ed4d

Please sign in to comment.