From 106ccb8b0d9f4ed228988f5677e37e0a5c434cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz=20=28Peter=20Blazejewicz=29?= Date: Fri, 21 Feb 2020 08:15:02 +0100 Subject: [PATCH] docs(ui-html): fix obvious typos in tag names Thanks! --- reference/uxp/ui-html-index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/uxp/ui-html-index.md b/reference/uxp/ui-html-index.md index 09dc6c5fd..7cd7720aa 100644 --- a/reference/uxp/ui-html-index.md +++ b/reference/uxp/ui-html-index.md @@ -34,12 +34,12 @@ elements |||| |button| `uxp-variant="action"` | Block | Action Button |button| `uxp-selected="true"` | Block | Selected Action Button |button| `uxp-quiet="true"` | Block | Quiet variation (except call to action) - |input]| [type="checkbox"](#input-checkbox) | Block | Checkbox - |input]| [type="image"](#input-image) | Block | Image Button - |input]| [type="number"](#input-number) | Block | Text field - |input]| [type="range"](#input-range) | Block | Slider - |input]| [type="text"](#input-text) | Block | Text field - |input]| `type="text"` `uxp-quiet="true"` | Block | Quiet text field + |input| [type="checkbox"](#input-checkbox) | Block | Checkbox + |input| [type="image"](#input-image) | Block | Image Button + |input| [type="number"](#input-number) | Block | Text field + |input| [type="range"](#input-range) | Block | Slider + |input| [type="text"](#input-text) | Block | Text field + |input| `type="text"` `uxp-quiet="true"` | Block | Quiet text field |select| | Block | Dropdown |option| | N/A | Dropdown options |textarea| | Block | Standard text area