Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 7cb6ac4

Browse files
committed
Remove controls attribute.
1 parent 5e95d0d commit 7cb6ac4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Writerside/topics/Arg.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ In this case, the `target` parameter will represent the player "JohnDoe,"
4040
the `item` parameter will represent the material DIAMOND,
4141
and the `amount` parameter will represent the integer value 3.
4242

43-
<video src="../images/argument/arg/giveCommandExample.mp4" controls/>
43+
44+
<video src="../images/argument/arg/giveCommandExample.mp4"/>

Writerside/topics/ChatGPT-Extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ public class BanCommand {
6464

6565
See the demo of ChatGPT extension in action:
6666

67-
<video src="../images/chat-gpt/chat-gpt.mp4" controls/>
67+
<video src="../images/chat-gpt/chat-gpt.mp4"/>

Writerside/topics/Flag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ result: isSilent = true
4343
> The order of flags in the input does matter.
4444
{ style="warning" }
4545
>
46-
<video src="../images/argument/flag/muteCommandExample.mp4" controls/>
46+
<video src="../images/argument/flag/muteCommandExample.mp4"/>

0 commit comments

Comments
 (0)