Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/get-started/helloWorld/3-buildIApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
</div>
<div class="flex items-center gap-3">
<span class="bg-gray-950 text-sm text-white w-6 h-6 rounded-full flex items-center justify-center font-medium">3</span>
<span>Name it "Test iExec iApp CLI" (expiration date is optional)</span>
<span>Name it "Test iExec iApp CLI". We highly recommend specifying an expiration date, typically a few days, weeks, or months in advance</span>

Check warning on line 327 in src/get-started/helloWorld/3-buildIApp.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/helloWorld/3-buildIApp.md#L327

[Google.WordList] Use 'command-line tool' instead of 'CLI'.
Raw output
{"message": "[Google.WordList] Use 'command-line tool' instead of 'CLI'.", "location": {"path": "src/get-started/helloWorld/3-buildIApp.md", "range": {"start": {"line": 327, "column": 36}}}, "severity": "WARNING"}

Check warning on line 327 in src/get-started/helloWorld/3-buildIApp.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/helloWorld/3-buildIApp.md#L327

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "src/get-started/helloWorld/3-buildIApp.md", "range": {"start": {"line": 327, "column": 42}}}, "severity": "WARNING"}
</div>
<div class="flex items-center gap-3">
<span class="bg-gray-950 text-sm text-white w-6 h-6 rounded-full flex items-center justify-center font-medium">4</span>
Expand Down