From 45272a18b46540d7a9c9edbf58a6baf63b16815d Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Mon, 11 Apr 2022 08:07:10 -0700 Subject: [PATCH] docs: wording improvement (#9036) Signed-off-by: Michael Crenshaw --- docs/core_concepts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core_concepts.md b/docs/core_concepts.md index 01418d8e2f..628eeebd44 100644 --- a/docs/core_concepts.md +++ b/docs/core_concepts.md @@ -1,6 +1,7 @@ # Core Concepts -Let's assume you're familiar with core Git, Docker, Kubernetes, Continuous Delivery, and GitOps concepts. +Let's assume you're familiar with core Git, Docker, Kubernetes, Continuous Delivery, and GitOps concepts. +Below are some of the concepts that are specific to Argo CD. * **Application** A group of Kubernetes resources as defined by a manifest. This is a Custom Resource Definition (CRD). * **Application source type** Which **Tool** is used to build the application.