Skip to content

Commit

Permalink
fix: fix a typo in the "listHandlers" method jsdoc (#1403)
Browse files Browse the repository at this point in the history
fix: typo, 'currently' mispelled as 'cyurrently'
  • Loading branch information
kishannareshpal committed Sep 12, 2022
1 parent 4e40f41 commit c90eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/glossary.ts
Expand Up @@ -46,7 +46,7 @@ export interface SetupServerApi {
resetHandlers(...nextHandlers: RequestHandler[]): void

/**
* Returns a readonly list of cyurrently active request handlers.
* Returns a readonly list of currently active request handlers.
* @see {@link https://mswjs.io/docs/api/setup-server/list-handlers `server.listHandlers()`}
*/
listHandlers(): ReadonlyArray<
Expand Down

0 comments on commit c90eafb

Please sign in to comment.