Skip to content

Commit a701188

Browse files
authored
Typo
1 parent ee92608 commit a701188

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Import-SPEnterpriseSearchThesaurus.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Import-SPEnterpriseSearchThesaurus -FileName <String> -SearchApplication <Search
2323
```
2424

2525
## DESCRIPTION
26-
This cmdlet imports a thesaurus dictionary using a .cvs file, and deploys it to the query processing flow.
27-
A previously deployed thesaurus is overwritten by an import of a new .cvs file.
26+
This cmdlet imports a thesaurus dictionary using a .csv file, and deploys it to the query processing flow.
27+
A previously deployed thesaurus is overwritten by an import of a new .csv file.
2828

29-
NOTE: If an empty .cvs file is imported, an empty thesaurus will be deployed.
29+
NOTE: If an empty .csv file is imported, an empty thesaurus will be deployed.
3030
No synonyms will then be added to the queries.
3131

3232
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
@@ -40,12 +40,12 @@ Import-SPEnterpriseSearchThesaurus -SearchApplication $searchApp -Filename
4040
\\host\share\thesaurus.csv
4141
```
4242

43-
This example imports a thesaurus dictionary .cvs file named thesaurus.csv that is located at \\\\host\share to the default search service application.
43+
This example imports a thesaurus dictionary .csv file named thesaurus.csv that is located at \\\\host\share to the default search service application.
4444

4545
## PARAMETERS
4646

4747
### -FileName
48-
Specifies the full UNC (Universal Naming Convention) path of the .cvs file to be imported.
48+
Specifies the full UNC (Universal Naming Convention) path of the .csv file to be imported.
4949

5050
```yaml
5151
Type: String

0 commit comments

Comments
 (0)