Skip to content

Commit

Permalink
Update docs/content/3.middleware/2.guides/9.kubernetes-probes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Maribojoc <[email protected]>
  • Loading branch information
sethidden and mattmaribojoc authored Oct 2, 2024
1 parent e7b7bc9 commit fca2118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.middleware/2.guides/9.kubernetes-probes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Create a `[Next app directory]/pages/api/healthz.ts` file

#step-3
Paste the following content inside:
```ts[pages/api/healhtz.ts]
```ts[pages/api/healthz.ts]
import { NextApiRequest, NextApiResponse } from 'next';
export default function handler(_req: NextApiRequest, res: NextApiResponse) {
Expand Down

0 comments on commit fca2118

Please sign in to comment.