Fix securityDescriptor typo in xmlConfigFile.md (#653)

pull/655/head v2.10.0
albaltimore 2020-08-22 02:20:40 +02:00 committed by GitHub
parent 878690f67a
commit 149a91a88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ The security descriptor string for the service in SDDL form.
For more information, see [Security Descriptor Definition Language](https://docs.microsoft.com/windows/win32/secauthz/security-descriptor-definition-language). For more information, see [Security Descriptor Definition Language](https://docs.microsoft.com/windows/win32/secauthz/security-descriptor-definition-language).
```xml ```xml
<securtityDescriptor></securtityDescriptor> <securityDescriptor></securityDescriptor>
``` ```
### Service account ### Service account