Skip to content

Commit 01452f7

Browse files
authored
Fix example typo (#1516)
1 parent 661e0ff commit 01452f7

File tree

1 file changed

+1
-1
lines changed
  • examples/loader-canvas-to-png/src

1 file changed

+1
-1
lines changed

examples/loader-canvas-to-png/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
This pattern can be used to render maps that require with a large amount of data as lightweight static files.
5+
This pattern can be used to render maps that require a large amount of data as lightweight static files.
66

77
```js run=false
88
import {createCanvas} from "canvas";

0 commit comments

Comments
 (0)