Просмотр исходного кода

Merge pull request #1791 from PrivateBin/devcontainer/typo

style(devcontainer): fix typo
rugk 5 месяцев назад
Родитель
Сommit
c22d58225c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .devcontainer/devcontainer.json

+ 1 - 1
.devcontainer/devcontainer.json

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