From 4974789c2aa45088cf81c8fbdc4fd0cfcd188bbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= <hampoelz@student.tugraz.at>
Date: Tue, 22 Oct 2024 01:23:38 +0200
Subject: [PATCH] docs(devcontainer): Fix typo

---
 docs/devcontainer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/devcontainer.md b/docs/devcontainer.md
index 2a2d81a..5699581 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
 
-- 
GitLab