Skip to content

Commit 6aa6734

Browse files
authored
Merge pull request #51116 from sheilamjones/QDOCS-1375-upstream-QE-fixes
Docs fix: Minor corrections to OpenShift guide based on downstream QE feedback
2 parents 718fd43 + c09dbc4 commit 6aa6734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/deploying-to-openshift.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table outlines the build strategies that {project-name} supports:
5858
== Bootstrapping the project
5959

6060
First, you need a new project that contains the OpenShift extension.
61-
Then, before you build and deploy our application, you must log into an OpenShift cluster.
61+
Then, before you build and deploy your application, you must log into an OpenShift cluster.
6262

6363
=== Adding the OpenShift extension
6464

@@ -104,7 +104,7 @@ However, if you want to continue to use `DeploymentConfig`, it is still possible
104104
+
105105
[source,bash,subs="+quotes,attributes+"]
106106
----
107-
quarkus extension add 'quarkus-openshift'
107+
quarkus extension add quarkus-openshift
108108
----
109109

110110
== Logging in to an {openshift} cluster

0 commit comments

Comments
 (0)