Skip to content

Commit 3637eb9

Browse files
committed
Fixed typo on main page
1 parent 3c900fb commit 3637eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
2323
<CardGrid>
2424
<LinkCard
2525
title="Concepts"
26-
description="Learn key concepts and how they fit together."
26+
description="Learn key GraphRAG concepts and how they fit together."
2727
href="/concepts/intro-to-graphrag"
2828
/>
2929
<LinkCard
@@ -38,7 +38,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
3838
/>
3939
<LinkCard
4040
title="Reference"
41-
description="Succinct descriptions of what things are."
41+
description="GraphRAG Pattern Catalog of graph models and GraphRAG retrievers"
4242
href="/reference/graphrag/pattern-matching"
4343
/>
4444
</CardGrid>
@@ -48,7 +48,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
4848
<CardGrid>
4949
<LinkCard
5050
title="Research"
51-
description="Foundational esearch papers about GraphRAG."
51+
description="Foundational research papers about GraphRAG."
5252
href="/appendices/research"
5353
/>
5454
<LinkCard

0 commit comments

Comments
 (0)