diff --git a/docs/guide/api.md b/docs/guide/api.md index c6f29bef..924b0272 100644 --- a/docs/guide/api.md +++ b/docs/guide/api.md @@ -82,7 +82,7 @@ The `` component displays the rendered markdown contents. Useful [when ### `` -The `` component renderes its slot only at client side. +The `` component renders its slot only at client side. Because VitePress applications are server-rendered in Node.js when generating static builds, any Vue usage must conform to the universal code requirements. In short, make sure to only access Browser / DOM APIs in beforeMount or mounted hooks.