From 5dc02b7a42b0e4a4716ec015a3d26b22e68a2025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Fri, 22 Nov 2024 11:07:44 +0100 Subject: [PATCH] Codespell --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 828405dc..07b801e8 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -20,7 +20,7 @@ docker run -it \ ``` > [!NOTE] -> The `Dockerfile` available in the root directory of the repository contains a receipe to build a docker image with the project installed, ready to be launched. +> The `Dockerfile` available in the root directory of the repository contains a recipe to build a docker image with the project installed, ready to be launched. > From the root directory: > > ```bash