From 9ddddbca7f895eeea4e51d87eb1b13b29723b4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Thu, 21 Dec 2023 18:08:21 +0100 Subject: [PATCH] typo (#1956) --- docs/transforms/dodge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transforms/dodge.md b/docs/transforms/dodge.md index 136ae19437..22f05c0796 100644 --- a/docs/transforms/dodge.md +++ b/docs/transforms/dodge.md @@ -177,7 +177,7 @@ Plot.plot({ ``` ::: -The dodge transform can be use with any mark that supports **x** and **y** position. Below, we use the [text mark](../marks/text.md) instead to show company valuations (in billions). +The dodge transform can be used with any mark that supports **x** and **y** position. Below, we use the [text mark](../marks/text.md) instead to show company valuations (in billions). :::plot defer https://observablehq.com/@observablehq/plot-text-dodge ```js