Skip to content

Commit

Permalink
docs: fix typos (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Jun 23, 2022
1 parent 497546d commit edb370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/theme-sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
{
text: 'Config',
items: [
// This shows `/guide/index.md` page.
// This shows `/config/index.md` page.
{ text: 'Index', link: '/config/' }, // /config/index.md
{ text: 'Three', link: '/config/three' }, // /config/three.md
{ text: 'Four', link: '/config/four' } // /config/four.md
Expand Down

0 comments on commit edb370b

Please sign in to comment.