Commit dd5aebbc authored by Suzanne Selhorn's avatar Suzanne Selhorn

Added reason for using backticks for text entered in UI

parent 62ea1ba1
...@@ -497,6 +497,12 @@ If you want the user to type something in the UI, use backticks. For example: ...@@ -497,6 +497,12 @@ If you want the user to type something in the UI, use backticks. For example:
In the **Commit message** box, type `This is my merge request`. In the **Commit message** box, type `This is my merge request`.
``` ```
Backticks are more precise than quotes. For example, in this string:
- In the **Commit message** box, type "This is my merge request."
It's not clear whether the user should include the period in the string.
### Spaces between words ### Spaces between words
Use only standard spaces between words. The search engine for the documentation Use only standard spaces between words. The search engine for the documentation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment