Skip to content

Commit ea8f673

Browse files
committed
chore: nits
1 parent 2d1f460 commit ea8f673

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

very_good_core/brick.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ environment:
88
vars:
99
project_name:
1010
type: string
11-
description: The project name
11+
description: The project name.
1212
default: my_app
1313
prompt: What is the project name?
1414
org_name:
1515
type: string
16-
description: The organization name
16+
description: The organization name.
1717
default: com.example
1818
prompt: What is the organization name?
1919
application_id:
@@ -24,12 +24,12 @@ vars:
2424
prompt: What is the application id?
2525
description:
2626
type: string
27-
description: A short project description
28-
default: A Very Good App
27+
description: A short project description.
28+
default: A Very Good App.
2929
prompt: What is the project description?
3030
platforms:
3131
type: array
32-
description: The list of supported platforms
32+
description: The list of supported platforms.
3333
prompt: Which platforms would you like to support?
3434
defaults:
3535
- android
@@ -46,9 +46,8 @@ vars:
4646
flavors:
4747
type: list
4848
description: >-
49-
The list of flavors to generate. A `production` flavor is always
50-
included. Providing only `production` (or an empty list) generates a
51-
plain app without flavors.
49+
The list of flavors to generate.
50+
Providing an empty list generates a plain app without flavors.
5251
prompt: Which flavors would you like to include?
5352
separator: ","
5453
publishable:

0 commit comments

Comments
 (0)