Skip to content

Commit

Permalink
feat(release): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Jan 31, 2024
1 parent af1d1b0 commit 4329378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This phase compiles and imports required libraries for successful compilation. I

### Release Phase [Dockerfile.cross](../Dockerfile.cross)

This phase imports the compiled binary from the previous stage into its environment and exposes relevant ports for the correct functioning of the program. The target plaform is specified by the `TARGETPLATFORM` argument.
This phase imports the compiled binary from the previous stage into its environment and exposes relevant ports for the correct functioning of the program. The target platform is specified by the `TARGETPLATFORM` argument.

### Usage

Expand Down

0 comments on commit 4329378

Please sign in to comment.