Skip to content

Commit

Permalink
Fix a typo (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
davep authored Jan 15, 2024
1 parent dbcecda commit f44f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Default CSS is *scoped* by default.
All this means is that CSS defined in `DEFAULT_CSS` will affect the widget and potentially its children only.
This is to prevent you from inadvertently breaking an unrelated widget.

You can disabled scoped CSS by setting the class var `SCOPED_CSS` to `False`.
You can disable scoped CSS by setting the class var `SCOPED_CSS` to `False`.

#### Default specificity

Expand Down

0 comments on commit f44f144

Please sign in to comment.