Skip to content

Commit d19ed0a

Browse files
author
Trevor Seward
authored
Update Set-SPEnterpriseSearchQuerySpellingCorrection.md
Formatted example
1 parent ee3e099 commit d19ed0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPEnterpriseSearchQuerySpellingCorrection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ For permissions and the most current information about Windows PowerShell for Sh
3030

3131
### ------------------EXAMPLE-----------------
3232
```
33-
C:\PS>$searchApp = Get-SPEnterpriseSearchServiceApplication
34-
Set-SpEnterpriseSEarchQuerySpellingCorrection -SearchApplication $searchApp -SpellingDictionary dynamic
33+
PS C:\>$ssa = Get-SPEnterpriseSearchServiceApplication
34+
PS C:\>Set-SpEnterpriseSEarchQuerySpellingCorrection -SearchApplication $ssa -SpellingDictionary dynamic
3535
```
3636

3737
This example sets the dictionary named dynamic to be used for query spelling correction for the default search service application.

0 commit comments

Comments
 (0)