Skip to content

Commit a767aa8

Browse files
Fingelsamcx
andauthored
Fix typo in 03-environment-variables.mdx (#63067)
making -> meaning. Co-authored-by: Sam Ko <[email protected]>
1 parent de5d1c3 commit a767aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/01-building-your-application/07-configuring/03-environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ import { unstable_noStore as noStore } from 'next/cache'
149149
export default function Component() {
150150
noStore()
151151
// cookies(), headers(), and other dynamic functions
152-
// will also opt into dynamic rendering, making
152+
// will also opt into dynamic rendering, meaning
153153
// this env variable is evaluated at runtime
154154
const value = process.env.MY_VALUE
155155
// ...

0 commit comments

Comments
 (0)