这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 8bd3611

Browse files
committed
Editorial: Default allowlist value should be a string, not a sequence.
1 parent 3c77a2c commit 8bd3611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2>
167167
</p>
168168
<p>
169169
The <a>default allowlist</a> for {{requestMIDIAccess()}} is
170-
`["self"]`.
170+
`"self"`.
171171
</p>
172172
</section>
173173
<section data-dfn-for="Navigator">

0 commit comments

Comments
 (0)