summaryrefslogtreecommitdiff
path: root/doc/user/project/clusters/serverless
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-11-16 03:55:12 +0000
committerMike Lewis <mlewis@gitlab.com>2018-11-16 03:55:12 +0000
commitd3fede240fb1877735a6346b67fa5acd8795e397 (patch)
tree799b9612074c222f2d8efbce953be8ca778ecdfa /doc/user/project/clusters/serverless
parent25a1209b888b628a4844ae8ff7a85139bdba37d1 (diff)
downloadgitlab-ce-d3fede240fb1877735a6346b67fa5acd8795e397.tar.gz
minor edits
Diffstat (limited to 'doc/user/project/clusters/serverless')
-rw-r--r--doc/user/project/clusters/serverless/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index 046564d6015..bdbc4f7f09d 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -100,12 +100,12 @@ You may download the sample [Knative Ruby App](https://gitlab.com/knative-exampl
## Deploy the application with Knative
With all the pieces in place, you can simply create a new CI pipeline to deploy the Knative application. Navigate to
-**CI/CD >> Pipelines** and click on the "**Run Pipeline"** button on the upper right hand side of the screen. On the
-Pipelines page now click "**Create pipeline**".
+**CI/CD >> Pipelines** and click the **Run Pipeline** button at the upper-right part of the screen. Then, on the
+Pipelines page, click **Create pipeline**.
## Obtain the URL for the Knative deployment
-Once all the stages of the pipeline finish, click on the "deploy" stage
+Once all the stages of the pipeline finish, click the **deploy** stage.
![deploy stage](img/deploy-stage.png)
@@ -131,7 +131,7 @@ Service domain: knative.knative-4342902.knative.info
Job succeeded
```
-The second to last line, labeled "**Service domain**" contains the URL for the deployment. Copy and paste the domain into your
+The second to last line, labeled **Service domain** contains the URL for the deployment. Copy and paste the domain into your
browser to see the app live.
![knative app](img/knative-app.png) \ No newline at end of file