Skip to content

Commit b508d90

Browse files
examples: fix typo lunixlinux (#26796)
## Bug - [ ] ~~Related issues linked using `fixes #number`~~ - [ ] ~~Integration tests added~~ ## Feature - [ ] ~~Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.~~ - [ ] ~~Related issues linked using `fixes #number`~~ - [ ] ~~Integration tests added~~ - [ ] ~~Documentation added~~ - [ ] ~~Telemetry added. In case of a feature if it's used or not.~~ ## Documentation / Examples - [x] Make sure the linting passes
1 parent 72318a7 commit b508d90

File tree

1 file changed

+1
-1
lines changed
  • examples/with-env-from-next-config-js

1 file changed

+1
-1
lines changed

examples/with-env-from-next-config-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&ut
3939
> ## Special note
4040
>
4141
> `next build` does a hard coded variable substitution into your JavaScript before the final bundle is created. This means
42-
> that if you change your environmental variables outside of your running app, such as in windows with `set` or lunix with `setenv`
42+
> that if you change your environmental variables outside of your running app, such as in windows with `set` or linux with `setenv`
4343
> those changes will not be reflected in your running application until a build happens again (with `next build`).
4444
4545
## Discussion regarding this example

0 commit comments

Comments
 (0)