Fix docs: Typography.Heading => Typography.Title

Summary:
Noticed this while migrating

Created from Diffusion's 'Open in Editor' feature.

Reviewed By: passy

Differential Revision: D28057969

fbshipit-source-id: a8b7c1159c13e666abc3bab54fafae302e18e8dd
This commit is contained in:
John Knox
2021-04-28 06:51:35 -07:00
committed by Facebook GitHub Bot
parent bbcb16d8fb
commit 808d173c89

View File

@@ -143,7 +143,7 @@ For conversion, the following table maps the old components to the new ones:
| `FlexRow` | `Layout.Horizontal` | `flipper-plugin` | Use the `gap` property to provide some spacing between the children! |
| `Scrollable` | `Layout.ScrollContainer` | `flipper-plugin` ||
| `Link` | `Typography.Link` | `antd` ||
| `Text` / `Heading` | `Typography.Text` / `Typography.Heading` | `antd` ||
| `Text` / `Heading` | `Typography.Text` / `Typography.Title` | `antd` ||
| `Button` | `Button` | `antd` ||
| `Glyph` | `Icon` | `antd` ||
| `ManagedDataTable` | `DataTable` | `flipper-plugin` | Requires state to be provided by a [`createDataSource`](flipper-plugin.mdx#createdatasource) |