diff --git a/docs/reference/default-theme-edit-link.md b/docs/reference/default-theme-edit-link.md index 5d63959e..1955f342 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 an object `{ filePath }` and as the argument and returns the URL string. +You can also put a pure function that accepts `filePath` and as the argument and returns the URL string. ```js export default {