Skip to content

Commit 0c97200

Browse files
authored
Merge pull request #2126 from thescarletmark/fix_corax_documentation
adds missing comma
2 parents 031e2a4 + 9408ec4 commit 0c97200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/indexes/search-engine/corax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ E.g. -
7878
<TabItem value="csharp" label="csharp">
7979
<CodeBlock language="csharp">
8080
{`\{
81-
"Indexing.Auto.SearchEngineType": "Corax"
81+
"Indexing.Auto.SearchEngineType": "Corax",
8282
"Indexing.Static.SearchEngineType": "Corax"
8383
\}
8484
`}

0 commit comments

Comments
 (0)