Skip to content

Commit 3dc77bb

Browse files
authored
Added missing comma to skillset tutorial-document-extraction-image-verbalization.md
1 parent bd40fd4 commit 3dc77bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/tutorial-document-extraction-image-verbalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ POST {{baseUrl}}/skillsets?api-version=2025-05-01-preview HTTP/1.1
483483
{
484484
"@odata.type": "#Microsoft.Skills.Util.ShaperSkill",
485485
"name": "shaper-skill",
486-
"description": "Shaper skill to reshape the data to fit the index schema"
486+
"description": "Shaper skill to reshape the data to fit the index schema",
487487
"context": "/document/normalized_images/*",
488488
"inputs": [
489489
{

0 commit comments

Comments
 (0)