Skip to content

Commit a8b16ba

Browse files
authored
Merge pull request #123866 from ABHIJITH-EA/patch-1
Fix spelling and grammar errors
2 parents 2badd4a + 6454938 commit a8b16ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-defining-skillset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Context also determines where outputs are produced in the [enrichment tree](cogn
166166

167167
Skills read from and write to an enriched document. Skill inputs specify the origin of the incoming data. It's often the root node of the enriched document. For blobs, a typical skill input is the document's content property.
168168

169-
[Skill reference documentation](cognitive-search-predefined-skills.md) for each skill describes the inputs it can consume. Each input has a "name" that identifies a specific input, and a "source" that specifies the location fo the data in the enriched document. The following example is from the Entity Recognition skill:
169+
[Skill reference documentation](cognitive-search-predefined-skills.md) for each skill describes the inputs it can consume. Each input has a "name" that identifies a specific input, and a "source" that specifies the location of the data in the enriched document. The following example is from the Entity Recognition skill:
170170

171171
```json
172172
"inputs": [

0 commit comments

Comments
 (0)