Skip to content

Commit fbba3c4

Browse files
authored
Merge pull request #62978 from stevsmit/7181-typo-fix
Fixes small typo in main branch of IR docs
2 parents e732de0 + ff23ca5 commit fbba3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/applications-create-using-cli-modify.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $ oc new-app --search php
214214

215215
To set the import mode when using `oc new-app`, add the `--import-mode` flag. This flag can be appended with `Legacy` or `PreserveOriginal`, which provides users the option to create image streams using a single sub-manifest, or all manifests, respectively.
216216

217-
[souce,terminal]
217+
[source,terminal]
218218
----
219219
$ oc new-app --image=registry.redhat.io/ubi8/httpd-24:latest --import-mode=Legacy --name=test
220220
----

0 commit comments

Comments
 (0)