From de27a0bdc92d9780262c4aa84639e92a50b8ab63 Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Wed, 19 Feb 2025 20:17:14 +0000 Subject: [PATCH] Fix URL typo (#2573) --- docs/frontend/development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/frontend/development.md b/docs/frontend/development.md index 4939050a..10e0518a 100644 --- a/docs/frontend/development.md +++ b/docs/frontend/development.md @@ -104,7 +104,7 @@ script/develop_and_serve You can change the Home Assistant url the frontend connects to by passing the -c option. This will also work for existing production core instances. It does not need to be a development version hosted locally. However, if you change the value for this option you will need to logout from your development frontend before it actually switches to the new value. For example: ```shell -script/develop_and_serve -c https://homeassitant.local:8123 +script/develop_and_serve -c https://homeassistant.local:8123 ``` You can change the port the frontend is served on by passing the -p option. Note that if you are running from a devcontainer, you will need to setup @@ -161,10 +161,10 @@ Run this command to start the development server: ```shell nvm use -script/develop_and_serve -c https://homeassitant.local:8123 +script/develop_and_serve -c https://homeassistant.local:8123 ``` -You may need to replace "https://homeassitant.local:8123" with your local Home Assistant url. +You may need to replace "https://homeassistant.local:8123" with your local Home Assistant url. ### Browser settings