Commit be9a3c4f authored by Evan Read's avatar Evan Read

Merge branch 'sselhorn-master-patch-40912' into 'master'

Added reason for using backticks for text entered in UI

See merge request gitlab-org/gitlab!68486
parents 615f77df dd5aebbc
...@@ -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