Merge pull request #4048 from nschonni/replace-syntax-code-fences

chore: Replace "syntax" with  code fence language
This commit is contained in:
Daniel Simpson
2019-06-18 09:45:36 -07:00
committed by GitHub
21 changed files with 78 additions and 78 deletions

View File

@ -334,7 +334,7 @@ write-host "There are no issuance policies which are not mapped to groups"
Save the script file as set-IssuancePolicyToGroupLink.ps1.
``` syntax
```powershell
#######################################
## Parameters to be defined ##
## by the user ##