From 381b0449e0721409dcbccb8ef8fbfad130ef27ad Mon Sep 17 00:00:00 2001 From: Noam-Bahar <78281463+Noam-Bahar@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:14:11 +0200 Subject: [PATCH] Chore(docs): fix "it's"/"its" mistake Replace the mistaken "it's" with the correct "its" --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index a6a400d..e9bc344 100644 --- a/index.d.ts +++ b/index.d.ts @@ -35,7 +35,7 @@ Bugs Bunny,22 readonly headers?: ReadonlyArray | boolean; /** - * A function that can be used to modify the values of each header. Return `null` to remove the header, and it's column, from the results. + * A function that can be used to modify the values of each header. Return `null` to remove the header, and its column, from the results. * * @example *