From addbfa91b02426af896cf2e110aa81ca353fa48d Mon Sep 17 00:00:00 2001 From: Millie Date: Tue, 4 Jun 2019 14:30:34 +1000 Subject: [PATCH] TINY-3535 Fix typo --- ui-components/dialogcomponents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-components/dialogcomponents.md b/ui-components/dialogcomponents.md index 780d8786d..93c8e29ba 100644 --- a/ui-components/dialogcomponents.md +++ b/ui-components/dialogcomponents.md @@ -224,7 +224,7 @@ A **checkbox** is a composite component with a checkbox and a label, and with `o { type: 'checkbox', // component type name: 'checkbox-1', // identifier - label: 'Checkbox Label' // text for the lavel + label: 'Checkbox Label' // text for the label } ```