Skip to content

Commit 3d28dbf

Browse files
committed
fix: typos
Signed-off-by: guoguangwu <[email protected]>
1 parent 0a20db6 commit 3d28dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ipfs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ localhost:5050/ipfs/<CID>
121121

122122
Here, `CID` is the IPFS CID of the image.
123123

124-
:information_source: In the futural version of nerdctl and BuildKit, `ipfs://` prefix should be supported in Dockerfile.
124+
:information_source: In the future version of nerdctl and BuildKit, `ipfs://` prefix should be supported in Dockerfile.
125125

126126
Using this image reference, you can build an image on IPFS.
127127

@@ -179,7 +179,7 @@ By default, nerdctl exposes the registry at `localhost:5050` (configurable via f
179179

180180
Optionally you can create systemd unit file of `nerdctl ipfs registry serve`.
181181
An example systemd unit file for `nerdctl ipfs registry serve` can be the following.
182-
`nerdctl ipfs registry serve` is aware of environemnt variables for configuring the behaviour (e.g. listening port) so you can use `EnvironmentFile` for configuring it.
182+
`nerdctl ipfs registry serve` is aware of environment variables for configuring the behaviour (e.g. listening port) so you can use `EnvironmentFile` for configuring it.
183183

184184
```
185185
[Unit]

0 commit comments

Comments
 (0)