Fixed bug in dot pattern descriptions
This commit is contained in:
parent
176c7c7827
commit
f159f7d22c
1
package-lock.json
generated
1
package-lock.json
generated
@ -80,7 +80,6 @@
|
|||||||
},
|
},
|
||||||
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
|
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"extraneous": true,
|
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -18,7 +18,7 @@ const RADIUS_OPTS = [
|
|||||||
|
|
||||||
const RADIUS_DESC = {
|
const RADIUS_DESC = {
|
||||||
"const": "of constant size",
|
"const": "of constant size",
|
||||||
"right": "getting larger towards the left",
|
"right": "getting larger towards the right",
|
||||||
"left": "getting larger towards the left",
|
"left": "getting larger towards the left",
|
||||||
"up": "getting larger towards the top",
|
"up": "getting larger towards the top",
|
||||||
"down": "getting larger towards the bottom",
|
"down": "getting larger towards the bottom",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user