Skip to content

Commit

Permalink
Issue_410: escaped backslash correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbass authored and phatboyg committed Sep 19, 2018
1 parent b8b270f commit 42a1621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/configuration/config_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Services can be configured to run as a number of different identities, using the
});

Runs the service using the specified username and password. This can also be configured using the command-line.
Please be sure to include the domain or UPN suffix in the username value e.g. **domain\username** or **username@suffix.com**.
Please be sure to include the domain or UPN suffix in the username value e.g. **domain\\username** or **username@suffix.com**.


.. sourcecode:: csharp
Expand Down

0 comments on commit 42a1621

Please sign in to comment.