docs: fix typo (#7437)

This commit is contained in:
Daniel Roe 2022-09-12 11:42:42 +01:00 committed by GitHub
parent 9f1ac4f201
commit 8bccdf44e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ We can set the environment variables inside the `.env` file to make them accessi
``` [.env] ``` [.env]
NUXT_PUBLIC_API_BASE_URL = "https://api.localhost:5555" NUXT_PUBLIC_API_BASE_URL = "https://api.localhost:5555"
NUXT_APP_SECRET = "123" NUXT_API_SECRET = "123"
``` ```
::alert{type=info} ::alert{type=info}