From f39133c46e893500b30da5649b01220ec92858bc Mon Sep 17 00:00:00 2001 From: Marc Lewandowski Date: Thu, 25 Oct 2018 16:04:53 -0400 Subject: [PATCH] Correct Table reference to HTMLTable Also correct link to html-table page. --- packages/core/src/components/html/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/html/html.md b/packages/core/src/components/html/html.md index 46bb90a88a..3b4f758ec8 100644 --- a/packages/core/src/components/html/html.md +++ b/packages/core/src/components/html/html.md @@ -23,7 +23,7 @@ The following elements should be used in this manner: | `Pre` | `pre` | `CODE_BLOCK` | | `OL` | `ol` | `LIST` | | `UL` | `ul` | `LIST` | -| `Table` | `table` | `HTML_TABLE` - see [Table (HTML)](#core/components/table-html) | +| `HTMLTable` | `table` | `HTML_TABLE` - see [HTML Table](#core/components/html-table) | The React components listed above each support the full set of relevant HTML attributes **and an optional `elementRef` prop** to access the instance of the HTML element itself