Skip to content

Commit ff23ca5

Browse files
author
Steven Smith
committed
Fixes small typo in main branch of IR docs
1 parent e732de0 commit ff23ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)