From 25388bf8c21cf2c24d15f707b8e0c9875e094c81 Mon Sep 17 00:00:00 2001 From: Phoebe Date: Wed, 28 May 2025 18:02:07 -0400 Subject: [PATCH] =?UTF-8?q?Fixed=20typo=20`it=E2=80=99s`=20to=20`its`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/framework/vue/vue-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/vue/vue-table.md b/docs/framework/vue/vue-table.md index dc1d3d2a90..24cf6a2b88 100644 --- a/docs/framework/vue/vue-table.md +++ b/docs/framework/vue/vue-table.md @@ -2,7 +2,7 @@ title: Vue Table --- -The `@tanstack/vue-table` adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "vue" way, providing types and the rendering implementation of cell/header/footer templates. +The `@tanstack/vue-table` adapter is a wrapper around the core table logic. Most of its job is related to managing state the "vue" way, providing types and the rendering implementation of cell/header/footer templates. ## Exports