We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46230d commit 9400b6eCopy full SHA for 9400b6e
.devcontainer/entrypoint.sh
@@ -10,7 +10,7 @@ echo Running entrypoint.sh
10
#################################################################################################################
11
# Change ownership of all directories and files in the mounted volume:
12
chown -R dev:dev /src
13
-# Option '-R' applies the ownerhip change recursively on files and directories in /src
+# Option '-R' applies the ownership change recursively on files and directories in /src
14
15
16
0 commit comments