Skip to content

Commit

Permalink
docs: fix formatting (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
perguth authored Oct 15, 2024
1 parent 628832a commit 4181ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/concepts/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import { FreshContext } from "$fresh/server.ts";

export async function handler(_req: Request, ctx: FreshContext) {
const currentTenant = ctx.params.tenant;
//do something with the tenant
// do something with the tenant
const resp = await ctx.next();
return resp;
}
Expand Down

0 comments on commit 4181ef3

Please sign in to comment.