style(devcontainer): fix typo

Not a all relevant in any case, but still…
This commit is contained in:
rugk
2026-02-17 00:11:39 +01:00
committed by GitHub
parent ed652fd92d
commit d1b45c1e78

View File

@@ -41,6 +41,6 @@
8080
],
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
// alternatiuve: apache2ctl start (but requires root)
// alternative: apache2ctl start (but requires root)
"postAttachCommand": "php -S 0.0.0.0:8080"
}