Skip to content

Commit 5132220

Browse files
authored
Update micro.md
Fix mistake "N" word in Link
1 parent 2c87b2d commit 5132220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/getting-started/micro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ To save the link we'll create a job that saves links and run it in our feature,
425425
`app/Domains/Link/Jobs/SaveLinkJob` along with its test `tests/Unit/Domains/Link/Jobs/SaveLinkJobTest`.
426426
427427
```bash
428-
lucid make:job SaveLik link
428+
lucid make:job SaveLink link
429429
```
430430
431431
{{% notice info %}}

0 commit comments

Comments
 (0)