Skip to content

Commit

Permalink
docs: fix typos in local FTL build instructions (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Sep 23, 2024
1 parent 7e5a3fa commit a2ff41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ To use your locally built FTL in a separate project, you can start live rebuild
just live-rebuild
```

Then, in a separate terminal, you can use the locall build FTL to test your changes against a separate FTL project by running the locally build FTL from the root of this project:
Then, in a separate terminal, you can use the locally built FTL to test your changes against a separate FTL project by running the locally built FTL from the root of this project:
```sh
${FTL_HOME}/build/release/ftl dev
```
Expand Down

0 comments on commit a2ff41d

Please sign in to comment.