diff options
| author | David Smith <smithdc@gmail.com> | 2023-10-21 08:27:59 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-21 09:40:04 +0200 |
| commit | d0c8b45d4ab6cba94c7a91bd66b8c09cffd8494c (patch) | |
| tree | 90c8052e21ab041314fbeb9f1d2ab022d9e63b82 /docs/internals | |
| parent | 26dddf3752000c2c679394c6f5084a9510b7d596 (diff) | |
[5.0.x] Corrected note about using accents in writing documentation contributing guide.
Backport of 16115771020eaededb56fdfbcfec978e950b6a9a from main
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index fa3cd749f9..7ce5772313 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -543,7 +543,8 @@ file and line number where they occur will be saved to If you encounter false-positives (error output that actually is correct), do one of the following: -* Surround inline code or brand/technology names with grave accents (`). +* Surround inline code or brand/technology names with double grave accents + (``). * Find synonyms that the spell checker recognizes. * If, and only if, you are sure the word you are using is correct - add it to ``docs/spelling_wordlist`` (please keep the list in alphabetical order). |
