Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kubakubakuba authored Jun 1, 2024
1 parent 632690b commit ef35d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default withMermaid(
{ text: '6. Text Justification', link: '/exams/justify/' },
{ text: '7. Photographing Skyscrapers', link: '/exams/photo-skyscraper/' },
{ text: '8. Non-deterministic Finite Automata', link: '/exams/finite-automata/' },
{ text: '9. Least Common Anchestor', link: '/exams/least-common-ancestor/' },
{ text: '9. Least Common Ancestor', link: '/exams/least-common-ancestor/' },
{ text: '10. Building Trees', link: '/exams/building-trees/' },
{ text: '11. Square Code', link: '/exams/square-code/' },
{ text: '12. Rock, Paper, Scissors', link: '/exams/rock-paper-scissors/' },
Expand Down

0 comments on commit ef35d60

Please sign in to comment.