From 1447f646eaa1371b8d875b56775f94534dd7ede0 Mon Sep 17 00:00:00 2001 From: Mark Silverwood Date: Mon, 17 Jul 2023 11:44:41 +0100 Subject: [PATCH] applying typo fix from code review Co-authored-by: Romain Francois --- website/docs/plugins/pixel-perfect-rendering/widths/columns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/plugins/pixel-perfect-rendering/widths/columns.md b/website/docs/plugins/pixel-perfect-rendering/widths/columns.md index c2384f27de..10662adef3 100644 --- a/website/docs/plugins/pixel-perfect-rendering/widths/columns.md +++ b/website/docs/plugins/pixel-perfect-rendering/widths/columns.md @@ -216,7 +216,7 @@ export interface ColumnPositionItem { } /** - * Calculates the column positions and widths for bars using the existing the + * Calculates the column positions and widths for bars using the existing * array of items. * @param items - bar items which include an `x` property, and will be mutated to contain a column property * @param barSpacingMedia - bar spacing in media coordinates