You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ Each guide should have the following structure:
21
21
1. Full code example
22
22
1. Detailed explanation of the code example
23
23
24
-
The code block for the full code example must have a title with the file name, e.g.`title="main.ts"`.
24
+
The code block for the full code example must have a title with the file name, for example`title="main.ts"`.
25
25
26
-
The example must be complete, i.e. the reader can copy-paste it into their own editor and run it without modifications.
26
+
The example must be complete: The reader can copy-paste it into their own editor and run it without modifications.
27
27
28
28
For simpler code examples, use [line highlighting](https://docusaurus.io/docs/markdown-features/code-blocks#line-highlighting) to draw the reader's attention to the important parts.
0 commit comments