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