From 212a8dc48422eaf16d1854c8920711047d47d6a5 Mon Sep 17 00:00:00 2001 From: Sait KURT <33868586+xDeSwa@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:48:48 +0300 Subject: [PATCH] Fix typo CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad2328a08dd..5d6249cdb89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ When contributing to the documentation, please make sure to follow the Symfony [documentation guidelines](https://symfony.com/doc/current/contributing/documentation/index.html). To verify your changes locally, you can use the `oskarstark/doctor-rst` Docker image. Run the following -command from the root directory of the projet: +command from the root directory of the project: ```shell docker run --rm -it -e DOCS_DIR='/docs' -v ${PWD}:/docs oskarstark/doctor-rst -vvv