Skip to content

Commit 6878466

Browse files
committed
fix spelling
1 parent 9e1026d commit 6878466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/extensions/python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PythonExtension implements BuildExtension {
7878
ARG REQUIREMENTS_CONTENT
7979
RUN echo "$REQUIREMENTS_CONTENT" > requirements.txt
8080
81-
# Install dependenciess
81+
# Install dependencies
8282
RUN pip install --no-cache-dir -r requirements.txt
8383
`),
8484
},

0 commit comments

Comments
 (0)