docs: fix typo in environment variable (#4990)

* chore: typo

* docs: style

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
chris-zhu 2022-05-18 14:16:24 +08:00 committed by GitHub
parent f0dbc951e6
commit 78d1a87d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -710,7 +710,7 @@ export default {
* ```js
* export default {
* runtimeConfig: {
* apiKey: '' // Default to an empty string, automatically loaded at runtime using process.env.NUXT_API_SECRET
* apiKey: '' // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
* public: {
* baseURL: '' // Exposed to the frontend as well.
* }