Skip to content

Commit dfa32fd

Browse files
committed
docs(middleware): fix typo
1 parent c2b8ef9 commit dfa32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface Options {
2525
*
2626
* @example
2727
* ```ts
28-
* import { conditionalRequest } from "https://deno.land/x/http_conditional_requests@$VERSION/mod.ts";
28+
* import { conditionalRequest } from "https://deno.land/x/conditional_request_middleware@$VERSION/mod.ts";
2929
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
3030
* import { assertSpyCalls, spy } from "https://deno.land/std/testing/mock.ts";
3131
*

0 commit comments

Comments
 (0)