Skip to content

Commit 13c9109

Browse files
authored
Fix setTimeout() feature name (#3035)
1 parent 7efe32b commit 13c9109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/settimeout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: setTimeout
1+
name: setTimeout()
22
description: "The `setTimeout()` global function executes provided code after a given duration of time, and the accompanying `clearTimeout()` cancels the timer."
33
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
44
compat_features:

0 commit comments

Comments
 (0)