1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Minor patches

This commit is contained in:
Chiedo
2020-10-20 09:06:43 -04:00
parent 89d745b164
commit 3c71bc71ed
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ A repository owned by a user account has two permission levels: the *repository
#### Code Block Component
<!--react-->
<CodeBlock language="javascript"
<CodeBlock
js={`var i;
for (i = 0; i < cars.length; i++) {
text += cars[i] + "<br>";