Remove space in Markdown code-span element

Fixed Markdown lint error MD038 that's triggered on code span
elements that have spaces right inside the backticks:

` some text `, `some text `, or ` some text`
This commit is contained in:
kcgen 2023-09-04 16:34:38 -07:00 committed by kcgen
parent 87940db0b0
commit db0c222333

View file

@ -60,7 +60,7 @@ warnings.
Once the linter is happy, it's time to raise your PR. Separate commits may
help in some cases, but don't go overboard with them (we're not going to
"bisect" the documentation, after all). Prefix your documentation related
commits with `docs:` and website related commits with `website: ` , e.g.:
commits with `docs:` and website related commits with `website:` , e.g.:
```
docs: Fix Sound Blaster Pro 1 default settings