From 808d173c89ee5479df154864612ca96f8f3fffbf Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 28 Apr 2021 06:51:35 -0700 Subject: [PATCH] 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 --- docs/extending/sandy-migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/sandy-migration.mdx b/docs/extending/sandy-migration.mdx index bf84dbaf3..4dc6385e5 100644 --- a/docs/extending/sandy-migration.mdx +++ b/docs/extending/sandy-migration.mdx @@ -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) |