From 3cc93182bb44841aa6b01cd83b3f9e01adb5c046 Mon Sep 17 00:00:00 2001 From: vanchKong <50388827+vanchKong@users.noreply.github.com> Date: Sun, 16 Apr 2023 05:13:27 +0800 Subject: [PATCH] docs: fix typo (#2226) --- docs/guide/routing.md | 2 +- docs/guide/using-vue.md | 2 +- docs/guide/what-is-vitepress.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/routing.md b/docs/guide/routing.md index 5c8d6018..c0821ecc 100644 --- a/docs/guide/routing.md +++ b/docs/guide/routing.md @@ -306,7 +306,7 @@ You can use the params to pass additional data to each page. The Markdown route - version: {{ $params.version }} ``` -You can also access the current page's params via the `[useData](../reference/runtime-api#usedata)` runtime API. This is available in both Markdown files and Vue components: +You can also access the current page's params via the [`useData`](../reference/runtime-api#usedata) runtime API. This is available in both Markdown files and Vue components: ```vue