Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b18341b

Browse files
authored
Fixing a typo
1 parent 2a3cd44 commit b18341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/nodejs/porting/3_publish_image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Image can then be published to the user repository
3737

3838
## Instantiate the image
3939

40-
The image can then be used form any Docker host (the image is public in this example)
40+
The image can then be used from any Docker host (the image is public in this example)
4141
* ```docker pull lucj/message-app```
4242
* ```docker run -dP lucj/message-app``` (will start with an error as no database information is provided)
4343

0 commit comments

Comments
 (0)