Skip to content

Commit 850fbd1

Browse files
authored
Merge pull request #184 from dwijnand/patch-1
Fix a typo in the README
2 parents a5fac28 + 3612d9b commit 850fbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN dpkg --add-architecture arm64 && \
116116
$ docker build -t my/image:tag path/to/where/the/Dockerfile/resides
117117
```
118118

119-
### Passing environment variables into the build environemnt
119+
### Passing environment variables into the build environment
120120

121121
By default, `cross` does not pass any environment variables into the build
122122
environment from the calling shell. This is chosen as a safe default as most use

0 commit comments

Comments
 (0)