Skip to content

Commit 152445b

Browse files
committed
Update contribute docs
1 parent e8c5a3c commit 152445b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Each guide should have the following structure:
2121
1. Full code example
2222
1. Detailed explanation of the code example
2323

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"`.
2525

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.
2727

2828
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.
2929

0 commit comments

Comments
 (0)