Skip to content

Commit 96639fd

Browse files
Specify CWD abbreviation before first use
Specify current working directory abbreviation before first use in package settings display. Although I'm suggesting the common style of handling this, alternative forms could also work to clarify the abbreviation.
1 parent 6773761 commit 96639fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
default: false,
4141
},
4242
cwdBehavior: {
43-
title: 'Default CWD Behavior',
43+
title: 'Default Current Working Directory (CWD) Behavior',
4444
description: 'If no Run Options are set, this setting decides how to determine the CWD',
4545
type: 'string',
4646
default: 'First project directory',

0 commit comments

Comments
 (0)