From 02f6379b729a74553add670088dba348a7ece2f4 Mon Sep 17 00:00:00 2001
From: Nils Windisch <windisch@sub.uni-goettingen.de>
Date: Fri, 15 Oct 2021 14:57:00 +0200
Subject: [PATCH] chore: correct menu item title

closes #140
---
 src/.vuepress/components/Bar.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/.vuepress/components/Bar.vue b/src/.vuepress/components/Bar.vue
index 4e2d53b..60fb49e 100644
--- a/src/.vuepress/components/Bar.vue
+++ b/src/.vuepress/components/Bar.vue
@@ -124,7 +124,7 @@ export default {
   data: () => ({
     editions,
     metaEdition: [
-      { title: 'Edition guidelines', to: '/editionguidelines.html' },
+      { title: 'Edition Guidelines', to: '/editionguidelines.html' },
       { title: 'Motifs', to: '/motifs.html' },
       { title: 'Manuscripts', to: '/manuscripts.html' },
       { title: 'Sayings', to: '/sayings.html' },
-- 
GitLab