From ee4cb17e747ba705eb31d2006936f7a9ea21bff5 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Thu, 11 Jul 2024 12:47:24 -0400 Subject: [PATCH] Fix example typo --- examples/loader-canvas-to-png/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/loader-canvas-to-png/src/index.md b/examples/loader-canvas-to-png/src/index.md index 1046791a4..4da548d4f 100644 --- a/examples/loader-canvas-to-png/src/index.md +++ b/examples/loader-canvas-to-png/src/index.md @@ -2,7 +2,7 @@ Here’s a Node.js data loader that creates a map using [node-canvas](https://github.com/Automattic/node-canvas) and D3, then writes the map to standard out as a PNG. -This pattern can be used to render maps that require with a large amount of data as lightweight static files. +This pattern can be used to render maps that require a large amount of data as lightweight static files. ```js run=false import {createCanvas} from "canvas";