diff --git a/doc/contributing/developing.md b/doc/contributing/developing.md
index 432e5b003f0fad621b8ac3c4fb9a5da4efb98afc..fa8e17b52856f6d1d90a3ef9989c0be5d0c0b61e 100644
--- a/doc/contributing/developing.md
+++ b/doc/contributing/developing.md
@@ -3,7 +3,7 @@
 
 OpenSlice backend services are mainly implemented with Java 17 or above and Spring Boot.
 
-OpenSlice uses various subsystems and depending on the module would you like to work, other subsystems must be present *(you can disable them though in the code, e.g. at docker-compose.yaml file)*.
+OpenSlice uses various subsystems and depending on the module would you like to work, other subsystems must be present *(you can disable them though in the code, e.g. at docker-compose.yaml file)*. 
 
 ## General requirements