From a2ff41d648588bafc804f45f51bcd43e986d7136 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Mon, 23 Sep 2024 11:39:35 +1000 Subject: [PATCH] docs: fix typos in local FTL build instructions (#2775) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fb518c306..2e57976260 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```