From f44f144bba663041a9b1551ca504be2ec154ce30 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 15 Jan 2024 16:45:47 +0000 Subject: [PATCH] Fix a typo (#4025) --- docs/guide/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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