We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed92b commit 067e99eCopy full SHA for 067e99e
commands/Make/PreloadFile.ts
@@ -65,7 +65,7 @@ export default class MakePreloadFile extends BaseGenerator {
65
],
66
{
67
validate(choices) {
68
- return choices && choices.length ? true : 'Please the environment for the preload file'
+ return choices && choices.length ? true : 'Select the environment for the preload file'
69
},
70
}
71
)
npm-audit.html
@@ -55,7 +55,7 @@ <h5 class="card-title">
55
<div class="card">
56
<div class="card-body">
57
<h5 class="card-title">
58
- August 7th 2020, 8:05:19 am
+ August 7th 2020, 8:09:09 am
59
</h5>
60
<p class="card-text">Last updated</p>
61
</div>
0 commit comments