diff --git a/docs/styles/visibility.md b/docs/styles/visibility.md index 9db7ba10b..a6c843bf8 100644 --- a/docs/styles/visibility.md +++ b/docs/styles/visibility.md @@ -1,6 +1,6 @@ # Visibility -The `visibility` rule may be used to make a widget invisible while still reserving spacing for it. The default value is `"visible"` which will cause the Widget to be displayed as normal. Setting the value to `"hidden"` will cause the Widget to be removed from the screen. +The `visibility` rule may be used to make a widget invisible while still reserving spacing for it. The default value is `"visible"` which will cause the Widget to be displayed as normal. Setting the value to `"hidden"` will cause the Widget to become invisible. ## Example