1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Spelling and grammar fixes (#23598)

This commit is contained in:
Ville Skyttä
2025-01-06 10:10:34 -01:00
committed by GitHub
parent 8be2ca5392
commit 3d1817a6b9
36 changed files with 62 additions and 62 deletions

View File

@@ -30,7 +30,7 @@ set -e
cd "$(dirname "$0")/.."
# parse input paramters
# parse input parameters
if [ -n "$DEVCONTAINER" ]; then
frontendPort=8123
else