Skip to content

Commit 067e99e

Browse files
committed
fix: typo in the command message
1 parent e7ed92b commit 067e99e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/Make/PreloadFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default class MakePreloadFile extends BaseGenerator {
6565
],
6666
{
6767
validate(choices) {
68-
return choices && choices.length ? true : 'Please the environment for the preload file'
68+
return choices && choices.length ? true : 'Select the environment for the preload file'
6969
},
7070
}
7171
)

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
August 7th 2020, 8:05:19 am
58+
August 7th 2020, 8:09:09 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)