Skip to content

Commit c874dc5

Browse files
authored
Fix typo
1 parent 1fe0edd commit c874dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN groupadd --gid $GID $USER \
7878
RUN python3 -m pip install -U \
7979
pre-commit
8080

81-
# isntall development tooling
81+
# install development tooling
8282
RUN --mount=type=cache,target=/var/cache/apt,id=apt \
8383
apt-get update && apt-get upgrade -y \
8484
&& apt-get install -q -y --no-install-recommends \

0 commit comments

Comments
 (0)