Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
typicalninja committed Aug 10, 2023
1 parent 65e1600 commit 2645258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function search({ query, ...options }: Partial<SearchOptions>): Promise<R
* @example
* Specify amount of pages to fetch
*
* ```ts
*```ts
*
* searchWithPages({ query: 'nodejs', pages: 5 }).then(console.log);
* // or if using await/async
Expand All @@ -92,6 +92,7 @@ export function search({ query, ...options }: Partial<SearchOptions>): Promise<R
*
* @example
* Specifying specific pages to fetch
*
* ```ts
* searchWithPages({ query: 'nodejs', pages: [1, 2, 5, 10] }).then(console.log);
* // or if using await/async
Expand Down

0 comments on commit 2645258

Please sign in to comment.