From f159f7d22c9e2705482203eec10db678782162c8 Mon Sep 17 00:00:00 2001 From: Mike Lynch <mike@mikelynch.org> Date: Tue, 25 Mar 2025 00:03:52 +0000 Subject: [PATCH] Fixed bug in dot pattern descriptions --- package-lock.json | 1 - src/components/dots.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fd86f8..b360be3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { diff --git a/src/components/dots.js b/src/components/dots.js index d767b6a..3a066d3 100644 --- a/src/components/dots.js +++ b/src/components/dots.js @@ -18,7 +18,7 @@ const RADIUS_OPTS = [ const RADIUS_DESC = { "const": "of constant size", - "right": "getting larger towards the left", + "right": "getting larger towards the right", "left": "getting larger towards the left", "up": "getting larger towards the top", "down": "getting larger towards the bottom",