🌐 AI搜索 & 代理 主页
Skip to content

Commit 9400b6e

Browse files
authored
fix typo in comment
1 parent a46230d commit 9400b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo Running entrypoint.sh
1010
#################################################################################################################
1111
# Change ownership of all directories and files in the mounted volume:
1212
chown -R dev:dev /src
13-
# Option '-R' applies the ownerhip change recursively on files and directories in /src
13+
# Option '-R' applies the ownership change recursively on files and directories in /src
1414

1515

1616
#################################################################################################################

0 commit comments

Comments
 (0)