Skip to content

Commit b193fb9

Browse files
authored
Merge pull request #121328 from mderriey/patch-3
Fix CORS acronyn
2 parents adafb43 + 4c6379e commit b193fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-how-to-create-search-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ To minimize churn in the design process, the following table describes which ele
208208
| [Analyzer](search-analyzers.md) | You can add and modify custom analyzers in the index. Regarding analyzer assignments on string fields, you can only modify `searchAnalyzer`. All other assignments and modifications require a rebuild. |
209209
| [Scoring profiles](index-add-scoring-profiles.md) | Yes |
210210
| [Suggesters](index-add-suggesters.md) | No |
211-
| [cross-origin remote scripting (CORS)](#corsoptions) | Yes |
211+
| [cross-origin resource sharing (CORS)](#corsoptions) | Yes |
212212
| [Encryption](search-security-manage-encryption-keys.md) | Yes |
213213

214214
## Next steps

0 commit comments

Comments
 (0)