Skip to content

Commit 9c51de1

Browse files
fix: missing escape
1 parent 3443f7b commit 9c51de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/library/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prefix": {
1717
"type": "string",
1818
"description": "The prefix of the library.",
19-
"x-prompt": "What prefix would you like to use for the library (default: @app or "defaultLibraryPrefix" setting value)?"
19+
"x-prompt": "What prefix would you like to use for the library (default: @app or 'defaultLibraryPrefix' setting value)?"
2020
},
2121
"language": {
2222
"type": "string",

0 commit comments

Comments
 (0)