From b5e6e6c1e90d9ac7ab014c317f0602ba2303d8cd Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 16 Dec 2025 11:29:22 -0600 Subject: [PATCH] Fix typo --- .../build-an-svg-circle-grid-with-p5js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/build-an-svg-circle-grid-with-p5js/build-an-svg-circle-grid-with-p5js.md b/content/blog/build-an-svg-circle-grid-with-p5js/build-an-svg-circle-grid-with-p5js.md index 1d0fffc..51a60eb 100644 --- a/content/blog/build-an-svg-circle-grid-with-p5js/build-an-svg-circle-grid-with-p5js.md +++ b/content/blog/build-an-svg-circle-grid-with-p5js/build-an-svg-circle-grid-with-p5js.md @@ -453,4 +453,4 @@ And we're done! Now you can tweak the parameters and make grids with all sorts o [![The LibreWolf web browser opened to localhost. The viewport is filled with circles of varying sizes in various shades of blue. There is a button reading "Save SVG" in the bottom right corner.](../../img/circle-grid-complete.webp "The finished article.")](../../img/circle-grid-complete.webp) -If you'd like to make this project even better, maybe consider implementing a GUI to adjust your grid paramaters, or adding some interactivity. +If you'd like to make this project even better, maybe consider implementing a GUI to adjust your grid parameters, or adding some interactivity.