Skip to content

Commit

Permalink
fixed syntax error in tev2-glossary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RieksJ authored Feb 24, 2024
1 parent c1f62a8 commit 9701a84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tev2-glossary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: tev2-glossary
sidebar_label: "Glossary, Abbreviations"
sidebar_label: "Glossary"
toc_min_heading_level: 6
toc_max_heading_level: 6
date: 20231202
Expand All @@ -14,9 +14,9 @@ import TabItem from '@theme/TabItem';
<Tabs
defaultValue="glossary"
values={[
{label: 'TEv2 glossary', value: 'glossary'},
{label: 'List of Abbreviations', value: 'abbreviations'},
{label: 'Glossary with Abbreviations value: 'glossary-and-abbrs'},
{label: 'TEv2 glossary', value: 'glossary'},
{label: 'List of Abbreviations', value: 'abbreviations'},
{label: 'Glossary with Abbreviations', value: 'glossary-and-abbrs'},
]}>

<TabItem value="glossary">
Expand Down

0 comments on commit 9701a84

Please sign in to comment.