From 8b4807aac4b504b6205cc404097b31eada46239f Mon Sep 17 00:00:00 2001 From: Celina Peralta Date: Thu, 27 Jul 2023 15:29:57 -0400 Subject: [PATCH] fix typo: lsit -> list --- packages/dev/query/src/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/query/src/cli.js b/packages/dev/query/src/cli.js index edec0020a5c..678e93d2a89 100644 --- a/packages/dev/query/src/cli.js +++ b/packages/dev/query/src/cli.js @@ -752,7 +752,7 @@ if (initialCmd != null) { [ 'findAsset', { - help: 'args: . Lsit assets matching the filepath regex', + help: 'args: . List assets matching the filepath regex', action: findAsset, }, ],