Explorar el Código

Merge pull request #1791 from PrivateBin/devcontainer/typo

style(devcontainer): fix typo
rugk hace 5 meses
padre
commit
c22d58225c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 }