Fix typo in development_environment.mdx (#2737)

This commit is contained in:
Christopher Johnson 2025-07-29 02:22:29 -06:00 committed by GitHub
parent 4a64f4cfbb
commit dff33dcdee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar
If the dev container was set up correctly - it supports debugging by default, out-of-the-box. It provides the necessary debug configurations, so hitting F5 should launch Home Assistant. Any breakpoints put in the code should be triggered, and the debugger should stop.
It is also possible to debug a remote Home Assistance instance (e.g., production instance) by following the procedure described [here](https://www.home-assistant.io/integrations/debugpy/).
It is also possible to debug a remote Home Assistant instance (e.g., production instance) by following the procedure described [here](https://www.home-assistant.io/integrations/debugpy/).
## Manual Environment