diff --git a/docs/devcontainer.md b/docs/devcontainer.md
index 2a2d81a89de6a4c1b9eeb9c34bd487fe8058ef48..5699581fa1d63ecff9421b08cbb7186ea8030cda 100644
--- a/docs/devcontainer.md
+++ b/docs/devcontainer.md
@@ -105,7 +105,7 @@ The dev container is already pre-configured for building and debugging the OOP1
 
 > You can read more about how to debug in the VS Code docs: https://code.visualstudio.com/docs/editor/debugging
 
-To build the project without debugging, execute the task **Build OOP1 Project**. To do this, open the Quick Open using the keyboard shortcut <kbd>⌃ Ctrl</kbd>+<kbd>P</kbd> _(MacOS: <kbd>⌘ Command</kbd>+<kbd>P</kbd>)_ and enter `task build`. You can then find the compiled binaries in the **`build`** directory.
+To build the project without debugging, execute the task **Build OOP1 Project**. To do this, open the "Quick Open" using the keyboard shortcut <kbd>⌃ Ctrl</kbd>+<kbd>P</kbd> _(MacOS: <kbd>⌘ Command</kbd>+<kbd>P</kbd>)_ and enter `task build`. You can then find the compiled binaries in the **`build`** directory.
 
 ### Setting environment variables