Skip to content

Commit

Permalink
Correct Table reference to HTMLTable (#3075)
Browse files Browse the repository at this point in the history
Also correct link to html-table page.
  • Loading branch information
marcrocny authored and giladgray committed Oct 25, 2018
1 parent 15f8a82 commit 2783834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/html/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 2783834

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct Table reference to HTMLTable (#3075)

Previews: documentation | landing | table

Please sign in to comment.