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) |