Prechádzať zdrojové kódy

fix my spelling of documentation

thats embarrassing
Front 3 rokov pred
rodič
commit
df87862448
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      Website/pages/documentation.vue

+ 4 - 4
Website/pages/documentation.vue

@@ -34,22 +34,22 @@
         links: [{
             text: 'API Usage Rights',
             icon: 'mdi-book-open-variant',
-            to: 'documenation/usage-rights'
+            to: 'documentation/usage-rights'
           },
           {
             text: 'API URL Information',
             icon: 'mdi-web',
-            to: 'documenation/url'
+            to: 'documentation/url'
           },
           {
             text: 'Available Endpoints',
             icon: 'mdi-transit-connection-variant',
-            to: 'documenation/endpoints'
+            to: 'documentation/endpoints'
           },
           {
             text: 'Basic Fetching Tutorial',
             icon: 'mdi-school',
-            to: 'documenation/fetching'
+            to: 'documentation/fetching'
           },
         ]
       }