Browse Source

Merge pull request #1791 from PrivateBin/devcontainer/typo

style(devcontainer): fix typo
rugk 5 months ago
parent
commit
c22d58225c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/devcontainer.json

+ 1 - 1
.devcontainer/devcontainer.json

@@ -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"
 }