From 99448a267654c46c7fc50cb9f12ec8d877f925d4 Mon Sep 17 00:00:00 2001 From: the-syndrome Date: Sat, 7 Mar 2026 03:06:12 +0100 Subject: [PATCH] =?UTF-8?q?about=20page=20'fasted'=20=E2=9E=A1=EF=B8=8F=20?= =?UTF-8?q?'fastest'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mantine-react-table-docs/pages/about.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mantine-react-table-docs/pages/about.mdx b/apps/mantine-react-table-docs/pages/about.mdx index 47d8dc9c8..749477679 100644 --- a/apps/mantine-react-table-docs/pages/about.mdx +++ b/apps/mantine-react-table-docs/pages/about.mdx @@ -19,7 +19,7 @@ Mantine React Table is a fully featured Mantine implementation of TanStack React Mantine React Table (MRT) is a fully-featured data grid/table component library for React built on [TanStack Table V8's](https://react-table.tanstack.com/) powerful API. MRT is meant to work best in projects already using [Mantine](https://mantine.dev/) components, but it is not necessarily required. However, be aware that [Mantine](https://mantine.dev/) and [Emotion](https://emotion.sh/) are required as peer dependencies for MRT to work. -MRT is built from the ground up in TypeScript, and is designed to have a great type-safe dev experience with generics that react to the data structures you pass in. TypeScript is not at all required to use MRT, but it is recommended for the best and fasted developer experience, especially when defining columns. +MRT is built from the ground up in TypeScript, and is designed to have a great type-safe dev experience with generics that react to the data structures you pass in. TypeScript is not at all required to use MRT, but it is recommended for the best and fastest developer experience, especially when defining columns. ### Motivation