Skip to content

Commit 8c42fc2

Browse files
docs: typo in command build (#683)
* docs: typo in command build Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * πŸ“„ Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 027bd2f commit 8c42fc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž.llms-snapshots/llms-full.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7078,7 +7078,7 @@ Now, your local development environment is up and running, ready for you to star
70787078
Once you're ready to see your changes in action, compile your code:
70797079

70807080
```
7081-
juno emulator build
7081+
juno functions build
70827082
```
70837083

70847084
Changes are detected and automatically deployed, allowing you to test your custom code locally almost immediately.

β€Ždocs/guides/rust.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Now, your local development environment is up and running, ready for you to star
2828
Once you're ready to see your changes in action, compile your code:
2929

3030
```bash
31-
juno emulator build
31+
juno functions build
3232
```
3333

3434
Changes are detected and automatically deployed, allowing you to test your custom code locally almost immediately.

0 commit comments

Comments
Β (0)