diff --git a/docs/1.getting-started/3.configuration.md b/docs/1.getting-started/3.configuration.md index b58ea97287..e6e0387ad0 100644 --- a/docs/1.getting-started/3.configuration.md +++ b/docs/1.getting-started/3.configuration.md @@ -121,7 +121,7 @@ const appConfig = useAppConfig() As stated above, `runtimeConfig` and `app.config` are both used to expose variables to the rest of your application. To determine whether you should use one or the other, here are some guidelines: - `runtimeConfig`: Private or public tokens that need to be specified after build using environment variables. -- `app.config` : Public tokens that are determined at build time, website configuration such as theme variant, title and any project config that are not sensitive. +- `app.config`: Public tokens that are determined at build time, website configuration such as theme variant, title and any project config that are not sensitive. Feature | `runtimeConfig` | `app.config` -------------------------------|------------------|-------------------