From 5201647601a4f339c867f72c51469f26fab8bfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Wed, 3 Jan 2024 20:11:11 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Glick --- docs/source/recipes/color-picker-widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/recipes/color-picker-widget.md b/docs/source/recipes/color-picker-widget.md index 0780ee2031..18abdf4b69 100644 --- a/docs/source/recipes/color-picker-widget.md +++ b/docs/source/recipes/color-picker-widget.md @@ -14,7 +14,7 @@ It allows to pick a color from a preset list of colors. This preset list of colors is passed using the `colors` prop. You can [try a demo of the default color picker](https://6.docs.plone.org/storybook/?path=/story/edit-widgets-colorpicker--default). You can combine the color picker widget with the {doc}`../blocks/block-style-wrapper` to have a powerful, yet simple way to manage color properties in your blocks. -You can use it either in your custom block's setting's schema or enhance an existing block as follows: +You can use it either in your custom block's styles schema or enhance an existing block as follows: ```{code-block} js :emphasize-lines: 13-16, 31-42