Skip to content

Commit 1051da9

Browse files
committed
docs(cn): tweaks quote syntax (#440)
1 parent c8a52b2 commit 1051da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sidebar: auto
4444
``` js
4545
module.exports = {
4646
head: [
47-
['link', { rel: 'icon', href: `/logo.png` }]
47+
['link', { rel: 'icon', href: '/logo.png' }]
4848
]
4949
}
5050
```

0 commit comments

Comments
 (0)