From b0fd071605b47ec1aed7f2caa5d8de6f546d97c9 Mon Sep 17 00:00:00 2001 From: Matias Capeletto Date: Mon, 30 Nov 2020 19:01:35 +0100 Subject: [PATCH] docs: fix img closing tag --- docs/guide/global-computed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/global-computed.md b/docs/guide/global-computed.md index ea46cf4f..384d0e38 100644 --- a/docs/guide/global-computed.md +++ b/docs/guide/global-computed.md @@ -85,5 +85,5 @@ The content value of the `` for the cur Helper method to generate correct path by prepending the `base` path configured in `.vitepress/config.js`. It's useful when you want to link to [public files with base path](./assets#public-files). ```html -foo +foo ```