Skip to content

Commit bc9bc43

Browse files
[BUGFIX] Fix bad backtick quoting (#342)
Fix syntax, no brainer
1 parent c3ee0e2 commit bc9bc43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation/AddingDocumentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ need an entry in the Changelog. Check the list below. Also see the current
3939
for some examples.
4040

4141
Every file may optionally contain tags, but it must contain at least a
42-
`NotScanned`, `PartiallyScanned`` or `FullyScanned`` tag for the extension scanner.
42+
`NotScanned`, `PartiallyScanned` or `FullyScanned` tag for the extension scanner.
4343
See :ref:`t3coreapi:extension-scanner` in TYPO3 Explained for more
4444
information.
4545

Documentation/Appendix/CommitMessage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Since we strive to automate a lot of things the commit message plays an importan
1515
Git and related tools work best when following a certain guideline for commit messages. A deeper `introduction on git revision log conventions <http://tbaggery.com/2008/04/19/a-note-about-git-commit-
1616
messages.html>`_ is helpful to understand the scope.
1717

18-
Here is an example of a final commit message. The `Change-Id`` will be generated by the commit-hook. Do not set the `Change-Id`` on your first commit!
18+
Here is an example of a final commit message. The `Change-Id` will be generated by the commit-hook. Do not set the `Change-Id` on your first commit!
1919

2020
.. code-block:: none
2121

Documentation/ReportingAnIssue/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ that are important. Let's go over these really quick.
117117
Tracker
118118
-------
119119

120-
The `tracker`` is just Redmine's term for the type of an issue. The trackers you will
120+
The `tracker` is just Redmine's term for the type of an issue. The trackers you will
121121
be using the most are **Feature** and **Bug**.
122122

123123
The others are mostly for internal organization (like **Stories** and **Epics**)

Documentation/Setup/SetupIde.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the Appendix, you can find some hints that might be useful for
2727
Coding Guidelines
2828
-----------------
2929

30-
There is an :file:`.editorconfig`` file in the TYPO3 core repository.
30+
There is an :file:`.editorconfig` file in the TYPO3 core repository.
3131
See https://editorconfig.org/ for more information.
3232

3333
Please note that the rules in :file:`.editorconfig` are very minimal. So, additionally,

0 commit comments

Comments
 (0)