Skip to content

Commit 33cb1ea

Browse files
authored
Fix checkVisibility example typo display: content -> contents (#41733)
Fix `checkVisibility` example typo `display: "content"` -> `"contents"`
1 parent 68c5f97 commit 33cb1ea

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/element/checkvisibility

1 file changed

+1
-1
lines changed

files/en-us/web/api/element/checkvisibility/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The first (default selected) values should result in `checkVisibility()` returni
7272
<select id="css_display" name="css_display">
7373
<option value="block" selected>display: block</option>
7474
<option value="none">display: none</option>
75-
<option value="content">display: content</option>
75+
<option value="contents">display: contents</option>
7676
</select>
7777

7878
<select id="css_content_visibility" name="css_content_visibility">

0 commit comments

Comments
 (0)