From 23a32e95ac2297e510126821afac69caa6d1115c Mon Sep 17 00:00:00 2001 From: Stefane Fermigier Date: Mon, 4 Oct 2021 14:29:19 +0200 Subject: [PATCH] docs: small typo (#406) --- docs/guide/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.