Skip to content

Commit 9ba10cd

Browse files
author
Gavin Williams
committed
One more replace
1 parent 80972c5 commit 9ba10cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/snippets/schemas/v3/index.schema.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
},
342342
"includeTopics": {
343343
"type": "array",
344-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
344+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
345345
"items": {
346346
"type": "string"
347347
},
@@ -354,7 +354,7 @@
354354
},
355355
"excludeTopics": {
356356
"type": "array",
357-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
357+
"description": "List of repository topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
358358
"items": {
359359
"type": "string"
360360
},

0 commit comments

Comments
 (0)