From 3d08d2425143775d0204e9952ab4d1173fd6a3dc Mon Sep 17 00:00:00 2001 From: aimeeu Date: Wed, 23 Sep 2020 16:07:28 -0500 Subject: [PATCH] docs(fix): fix typo in naming conventions (#217) L40 --- content/en/docs/Overview/naming-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Overview/naming-conventions.md b/content/en/docs/Overview/naming-conventions.md index 262aa13d2b..e4caa54d9c 100644 --- a/content/en/docs/Overview/naming-conventions.md +++ b/content/en/docs/Overview/naming-conventions.md @@ -37,7 +37,7 @@ From an Amazon Web Service (AWS) point of view, a server group is represented by ![](/images/Image-2017-03-24-at-3.05.04-PM.png) -###Stage +### Stage Within a pipeline, the tasks that pipeline performs are called stages. ![](/images/Image-2017-03-24-at-3.06.29-PM.png)