diff --git a/src/data/roadmaps/docker/content/100-introduction/101-need-for-containers.md b/src/data/roadmaps/docker/content/100-introduction/101-need-for-containers.md index c710535f1c38..6ab8df67c96b 100644 --- a/src/data/roadmaps/docker/content/100-introduction/101-need-for-containers.md +++ b/src/data/roadmaps/docker/content/100-introduction/101-need-for-containers.md @@ -1,6 +1,6 @@ # Need for Containers -Containers solve the issue around inconsistent environments when working in large teams. Before containers or virtual environments, a lot of issues and time loss was caused by having to install and configure local environments to build projects shared by co-workers or freinds. +Containers solve the issue around inconsistent environments when working in large teams. Before containers or virtual environments, a lot of issues and time loss was caused by having to install and configure local environments to build projects shared by co-workers or friends. Visit the following resources to learn more: