Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatkorkmaz11 authored Nov 1, 2024
1 parent 60b0bb5 commit 1b3fa8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import { DockerIcon, GithubIcon, JsIcon, RenderIcon, VercelIcon } from '/snippet
</Step>

<Step title="Configure your Next.js application">
This is step is required in order to enable instrumentation. Right now, `instrumentationHook` and `serverComponentsExternalPackages` are expermiental. Please follow the [Official Next.js Documentation for instrumentationHook](https://nextjs.org/docs/app/api-reference/next-config-js/instrumentationHook) if this document is outdated.
This is step is required in order to enable instrumentation. Right now, `instrumentationHook` and `serverComponentsExternalPackages` are experimental. Please follow the [Official Next.js Documentation for instrumentationHook](https://nextjs.org/docs/app/api-reference/next-config-js/instrumentationHook) if this document is outdated.

```javascript next.config.mjs
const nextConfig = {
Expand Down

0 comments on commit 1b3fa8d

Please sign in to comment.