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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-13 15:12:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-13 15:12:01 +0300
commit447ad69728c0cb35db1190694f29806cf7c59a88 (patch)
tree43bbb4de84f19663cc3a19c32e8585310f42672a /doc/development/documentation/topic_types
parentce79b3dd66d0e9616d547f90a93cce0b709407a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/topic_types')
-rw-r--r--doc/development/documentation/topic_types/tutorial.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/documentation/topic_types/tutorial.md b/doc/development/documentation/topic_types/tutorial.md
index 2d57029b786..9a8d1db5e3e 100644
--- a/doc/development/documentation/topic_types/tutorial.md
+++ b/doc/development/documentation/topic_types/tutorial.md
@@ -25,7 +25,7 @@ In general, you might consider using a tutorial when:
ideal to duplicate content that is available elsewhere, it's worse to force the reader to
leave the page to find what they need.
-## Tutorial file name and location
+## Tutorial filename and location
For tutorial Markdown files, you can either:
@@ -50,9 +50,9 @@ To create a website:
1. [Do the first task](#do-the-first-task)
1. [Do the second task](#do-the-second-task)
-## Prerequisites
+## Before you begin
-This topic is optional.
+This section is optional.
- Thing 1
- Thing 2
@@ -85,7 +85,7 @@ An example of a tutorial that follows this format is
Start the page title with `Tutorial:` followed by an active verb, like `Tutorial: Create a website`.
In the left nav, use the full page title. Do not abbreviate it.
-Put the text in quotes so the pipeline will pass. For example,
+Put the text in quotes so the pipeline succeeds. For example,
`"Tutorial: Make your first Git commit"`.
On [the **Learn GitLab with tutorials** page](../../../tutorials/index.md),