We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0758d2 commit 7d0d6c0Copy full SHA for 7d0d6c0
CONTRIBUTING.md
@@ -87,8 +87,8 @@ You should be able to open https://docs.apify.loc in your browser and run all th
87
88
1. Text emphasis:
89
90
- - use *Bold* for UI elements
91
- - use **Italics** for emphasis
+ - use **Bold** for UI elements
+ - use *Italics* for emphasis
92
- use `code` for inline code, by using back-ticks (\`\`\)
93
- use code blocks with language specification
94
- use [code tabs](https://docusaurus.io/docs/markdown-features/tabs) whenever you want to include examples of implementation in more than one language
0 commit comments