From 969f7772519794b3782dc35e7b920affea78327d Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 8 Dec 2023 10:59:43 -0700 Subject: [PATCH] Fix: text cleanup Co-authored-by: Jeremy Paige --- package-structure-code/declare-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-structure-code/declare-dependencies.md b/package-structure-code/declare-dependencies.md index 4ac16519..e96dfe0e 100644 --- a/package-structure-code/declare-dependencies.md +++ b/package-structure-code/declare-dependencies.md @@ -222,7 +222,7 @@ You can install multiple dependency groups in the `[optional.dependencies]` tabl :class: tip There are different shell applications that you and your package contributors might use. -* zsh is the shell that comes with most Mac OS computer +* zsh is the shell that comes by default on newer Mac OS computers * Windows users may use a tool such as git bash Some shells don't support unquoted brackets (`[tests]`) which is why we add