Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2018-12-20 18:24:13 +0300
committerdanielgruesso <dgruesso@gitlab.com>2018-12-20 18:24:13 +0300
commit268cd3802eec3d5ec23ac12828c5adefeb08e097 (patch)
treefbdfe5439a991c648bc0b99831ce745ff0461e8f /doc/user/project/clusters/serverless/index.md
parent425959e10f88b5950b9a477e0bdf2e874f59b814 (diff)
Fix indentation for variable description
Diffstat (limited to 'doc/user/project/clusters/serverless/index.md')
-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 6ffcddae58d..89ebd025ff6 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -153,7 +153,7 @@ The `serverless.yaml` file contains three section with distinct parameters:
### `functions`
- In the provided sample, line no. 11 contains the function name (in this sample, `"echo"`). The subsequent lines contain the function attributes:
+In the provided sample, line no. 11 contains the function name (in this sample, `"echo"`). The subsequent lines contain the function attributes:
| Parameter | Description |
|-----------|-------------|