From 6fa2b75bb7b31287d216609394f93bd18c7f02e0 Mon Sep 17 00:00:00 2001 From: Pedro Brost Date: Sun, 1 Jul 2018 09:22:25 -0300 Subject: [PATCH] Getting Started documentation typo (#1590) --- DOCUMENTATION/content/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/getting-started/index.md b/DOCUMENTATION/content/getting-started/index.md index 849e87ff..bca083e6 100644 --- a/DOCUMENTATION/content/getting-started/index.md +++ b/DOCUMENTATION/content/getting-started/index.md @@ -94,7 +94,7 @@ Make sure to replace `project-z` with your project folder name. ### B) Setup for Multiple Projects: -> (Follow these steps if you want a single Docker environment for all your project) +> (Follow these steps if you want a single Docker environment for all your projects) 1 - Clone this repository anywhere on your machine (similar to [Steps A.2. from above](#A2)):