Skip to content

Commit 551dfc4

Browse files
committed
docs: fix simple typos
1 parent bbee393 commit 551dfc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

testdata/go/v4/memcached-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY api/ api/
1717
COPY internal/ internal/
1818

1919
# Build
20-
# the GOARCH has not a default value to allow the binary be built according to the host where the command
20+
# the GOARCH has no default value to allow the binary to be built according to the host where the command
2121
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
2222
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
2323
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.

testdata/go/v4/monitoring/memcached-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY internal/ internal/
1818

1919
COPY monitoring/ monitoring/
2020
# Build
21-
# the GOARCH has not a default value to allow the binary be built according to the host where the command
21+
# the GOARCH has no default value to allow the binary to be built according to the host where the command
2222
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
2323
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
2424
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.

0 commit comments

Comments
 (0)