mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 00:21:22 +00:00
Fix typo comand -> command
This commit is contained in:
committed by
GitHub
parent
8be637017d
commit
16fe42185c
@@ -822,14 +822,14 @@ There are a variety of ways to create PRs based on your goals. We'll provide a f
|
||||
You could push commits to the repositories via:
|
||||
|
||||
```bash
|
||||
# Please don't run this comand during the workshop
|
||||
# Please don't run this command during the workshop
|
||||
mod git push . --last-recipe-run
|
||||
```
|
||||
|
||||
Or you could create a PR directly with the GitHub command line:
|
||||
|
||||
```bash
|
||||
# Please don't run this comand during the workshop
|
||||
# Please don't run this command during the workshop
|
||||
mod exec . --last-recipe-run -- gh pr create --title "refactor: Apply AssertJ best practices"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user