Skip to content

Commit 5eff583

Browse files
committed
docs: The correct term is 'command substitution'
1 parent ceb201e commit 5eff583

File tree

1 file changed

+1
-1
lines changed
  • Sources/swift-container-plugin/Documentation.docc

1 file changed

+1
-1
lines changed

Sources/swift-container-plugin/Documentation.docc/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Hello World, from Hummingbird on Ubuntu 24.04.2 LTS
2323
### Build and run in one step
2424

2525
Swift Container Plugin prints a reference to the newly built image on standard output.
26-
You can pipe the image reference to a deployment command or pass it as an argument using shell output substitution.
26+
You can pipe the image reference to a deployment command or pass it as an argument using shell command substitution.
2727

2828
This allows you to build and deploy a container image in one shell command, using a convenient pattern offered by tools such as [ko.build](https://ko.build):
2929

0 commit comments

Comments
 (0)