Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69efae3

Browse files
committed
Fix typos
1 parent 727ee8f commit 69efae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ window.$docsify = {
245245
// Custom file name
246246
coverpage: 'cover.md',
247247

248-
// mutiple covers
248+
// multiple covers
249249
coverpage: ['/', '/zh-cn/'],
250250

251-
// mutiple covers and custom file name
251+
// multiple covers and custom file name
252252
coverpage: {
253253
'/': 'cover.md',
254254
'/zh-cn/': 'cover.md',
@@ -410,7 +410,7 @@ window.$docsify = {
410410
};
411411
```
412412

413-
?> If this options is `false` but you dont want to emojify some specific colons , [Refer this](https://github.com/docsifyjs/docsify/issues/742#issuecomment-586313143)
413+
?> If this options is `false` but you don't want to emojify some specific colons , [Refer this](https://github.com/docsifyjs/docsify/issues/742#issuecomment-586313143)
414414

415415
## mergeNavbar
416416

@@ -604,7 +604,7 @@ window.$docsify = {
604604
};
605605
```
606606

607-
Load the right 404 page according to the localisation:
607+
Load the right 404 page according to the localization:
608608

609609
```js
610610
window.$docsify = {

0 commit comments

Comments
 (0)