fix: remove unnecessary comma and clarify text

pull/4575/head
ruben 7 months ago
parent deaa3f3669
commit 04e6ba536c

@ -2,7 +2,7 @@
## Site-Level Config
Edit Link lets you display a link to edit the page on Git management services such as GitHub, or GitLab. To enable it, add `themeConfig.editLink` options to your config.
Edit Link lets you display a link to edit the page on Git management services such as GitHub or GitLab. To enable it, add `themeConfig.editLink` options to your config.
```js
export default {
@ -36,7 +36,7 @@ export default {
It should not have side-effects nor access anything outside of its scope since it will be serialized and executed in the browser.
By default, this will add the link text "Edit this page" at the bottom of the doc page. You may customize this text by defining the `text` option.
By default, this will add the hyperlinked text "Edit this page" at the bottom of the doc page. You may customize this text by defining the `text` option.
```js
export default {

Loading…
Cancel
Save