Skip to content

Commit e5b6604

Browse files
committed
Change visiblity property value to hidden
1 parent a5144ab commit e5b6604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/visibility.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ title: "Visibility"
3939
</tr>
4040
<tr>
4141
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.invisible</td>
42-
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">visibility: invisible;</td>
42+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">visibility: hidden;</td>
4343
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Hide an element without affecting the layout of the document.</td>
4444
</tr>
4545
</tbody>

0 commit comments

Comments
 (0)