Skip to content

Commit ea8b74c

Browse files
authored
Merge branch 'master' into docs-build-v3
2 parents 5e2f396 + 073ac5a commit ea8b74c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Accept wildcard characters: False
253253
### -LocaleId
254254
255255
Specifies the language of this site collection.
256-
For more information, see Locale IDs Assigned by Microsoft (https://go.microsoft.com/fwlink/p/?LinkId=242911).
256+
For more information, see [MS-OE376, LCID](https://docs.microsoft.com/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
257257
258258
```yaml
259259
Type: UInt32

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)