From 9c51de13abc4010681d3e1cd2bcccb78c9f35390 Mon Sep 17 00:00:00 2001 From: bejewelkyoungminkim Date: Sat, 30 Sep 2023 17:40:20 +0900 Subject: [PATCH] fix: missing escape --- src/lib/library/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/library/schema.json b/src/lib/library/schema.json index c5219724c..a8865e090 100644 --- a/src/lib/library/schema.json +++ b/src/lib/library/schema.json @@ -16,7 +16,7 @@ "prefix": { "type": "string", "description": "The prefix of the library.", - "x-prompt": "What prefix would you like to use for the library (default: @app or "defaultLibraryPrefix" setting value)?" + "x-prompt": "What prefix would you like to use for the library (default: @app or 'defaultLibraryPrefix' setting value)?" }, "language": { "type": "string",