docs: remove typo bracket (#6327)

* docs: remove typo bracket

* fix in latest version

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Morooka Kotaro 2022-01-13 16:13:50 +09:00 committed by GitHub
parent 2f97a85406
commit 4aaa48759d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -861,7 +861,7 @@ module.exports = {
// Example: return an hardcoded list of static sidebar items
return [
{type: 'doc', id: 'doc1'},
{type: 'doc', id: 'doc2'}},
{type: 'doc', id: 'doc2'},
];
},
// highlight-end

View file

@ -860,7 +860,7 @@ module.exports = {
// Example: return an hardcoded list of static sidebar items
return [
{type: 'doc', id: 'doc1'},
{type: 'doc', id: 'doc2'}},
{type: 'doc', id: 'doc2'},
];
},
// highlight-end