Преглед изворни кода

Merge pull request #1791 from PrivateBin/devcontainer/typo

style(devcontainer): fix typo
rugk пре 5 месеци
родитељ
комит
c22d58225c
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
 }