Skip to content

Commit

Permalink
Fixed typo on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Nov 28, 2024
1 parent 3c900fb commit 3637eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard
title="Concepts"
description="Learn key concepts and how they fit together."
description="Learn key GraphRAG concepts and how they fit together."
href="/concepts/intro-to-graphrag"
/>
<LinkCard
Expand All @@ -38,7 +38,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
/>
<LinkCard
title="Reference"
description="Succinct descriptions of what things are."
description="GraphRAG Pattern Catalog of graph models and GraphRAG retrievers"
href="/reference/graphrag/pattern-matching"
/>
</CardGrid>
Expand All @@ -48,7 +48,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard
title="Research"
description="Foundational esearch papers about GraphRAG."
description="Foundational research papers about GraphRAG."
href="/appendices/research"
/>
<LinkCard
Expand Down

0 comments on commit 3637eb9

Please sign in to comment.