summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-03-01 08:09:53 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-03-04 21:09:39 +0800
commite2a5d369b54c42ca6e600f21dce31a5c595aedcc (patch)
tree54f652fc48bdf2b04af7630115deca263eccbf87 /doc/user/project
parent085b8189c5041d08ec3476aa2390f518cbfa3fae (diff)
downloadgitlab-ce-e2a5d369b54c42ca6e600f21dce31a5c595aedcc.tar.gz
Apply suggestion to doc/user/project/clusters/serverless/index.md
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/clusters/serverless/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index 91236fd0803..03119c0db48 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -132,7 +132,7 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ
`Serverless.gitlab-ci.yml` is a template that allows customization.
You can either import it with `include` parameter and use `extends` to
customize your jobs, or you can inline entire template by choosing it
- from "Apply a template" dropdown when editing `.gitlab-ci.yml` file through
+ from **Apply a template** dropdown when editing the `.gitlab-ci.yml` file through
the user interface.
2. `serverless.yml`: this file contains the metadata for your functions,