Skip to content

Commit 37f283f

Browse files
authored
fix spelling error
1 parent 04a6f15 commit 37f283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-web-search/src/services/webSearchService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { tavily } from "@tavily/core";
77
import { IWebSearchService, SearchOptions, SearchResponse } from "../types";
88

9-
export type TavilyClient = ReturnType<typeof tavily>; // declaring manually because orginal package does not export its types
9+
export type TavilyClient = ReturnType<typeof tavily>; // declaring manually because original package does not export its types
1010

1111
export class WebSearchService extends Service implements IWebSearchService {
1212
public tavilyClient: TavilyClient

0 commit comments

Comments
 (0)