diff --git a/docs/2.guide/3.going-further/10.runtime-config.md b/docs/2.guide/3.going-further/10.runtime-config.md index 9a1832ad50..d43b794bf1 100644 --- a/docs/2.guide/3.going-further/10.runtime-config.md +++ b/docs/2.guide/3.going-further/10.runtime-config.md @@ -94,7 +94,7 @@ The behavior is different between the client-side and server-side: - On client-side, only keys in `runtimeConfig.public` are available, and the object is both writable and reactive. -- On server-side, the entire runtime config is available on the server-side, but it is read-only to avoid context sharing. +- On server-side, the entire runtime config is available, but it is read-only to avoid context sharing. :: ```vue [pages/index.vue]