diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index d703761caf..add6080b3f 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -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