From 6f2ffaa8a8193492fbb8ac36a104086b1c1c2ed4 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 17 Feb 2023 10:36:57 +0000 Subject: [PATCH] Finish the copy --- .../src/backoffice/shared/components/debug/debug.stories.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.stories.mdx b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.stories.mdx index 634d578d4e..8b12b71917 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.stories.mdx +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.stories.mdx @@ -3,7 +3,6 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs'; - # Debugging ## Debugging Contexts @@ -19,11 +18,11 @@ The `` component can be used in two different ways ```typescript -// This will add +// This will add a Debug button to the UI and once clicked the information about avilable contextes will slide down ``` -This example uses an additional property/attribute `dialog` which adds a smaller badge to the UI as opposed to a button and will open the information in a small dialog/modal from the right hand side. +This example uses an additional property/attribute `dialog` which adds a smaller badge to the UI as opposed to a button and will open the information in a small dialog/modal from the right hand side, this may be more useful to use when space is limited in the UI to add a button and pane of information directly to where the element is placed. ```typescript // This will open the debug information in a small dialog/modal from the right hand side