From 86737cada0f99435cc5a9e4dcef9fc1387b1cf17 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Fri, 16 Aug 2024 12:19:00 +0100 Subject: [PATCH] Update episodes/introduction.md - fix typo --- episodes/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/introduction.md b/episodes/introduction.md index f0eb5bda..5a8bd6bc 100644 --- a/episodes/introduction.md +++ b/episodes/introduction.md @@ -52,7 +52,7 @@ challenges. ## What is a software *dependency*? We will mention software *dependencies* a lot in this section of the workshop -so it is good to clarify this terms up front. A software dependency is a +so it is good to clarify this term up front. A software dependency is a relationship between software components where one component relies on the other to work properly. For example, if a software application uses a library to query a database, the application depends on that library.