From 2ba64eabd93c86ef2b3cbd528c31dd4c3ea1495f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 30 Apr 2023 13:44:56 +0530 Subject: [PATCH] chore: fix typo --- docs/reference/default-theme-edit-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/default-theme-edit-link.md b/docs/reference/default-theme-edit-link.md index 1955f342..9b2e27ed 100644 --- a/docs/reference/default-theme-edit-link.md +++ b/docs/reference/default-theme-edit-link.md @@ -16,7 +16,7 @@ export default { The `pattern` option defines the URL structure for the link, and `:path` is going to be replaced with the page path. -You can also put a pure function that accepts `filePath` and as the argument and returns the URL string. +You can also put a pure function that accepts `filePath` as the argument and returns the URL string. ```js export default {