From d41d863d5320ba0cb10d91098435bdf3c700ee6f Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:41:44 +0200 Subject: [PATCH] fix typo --- src/powershell-extended/ENHANCEMENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powershell-extended/ENHANCEMENTS.md b/src/powershell-extended/ENHANCEMENTS.md index ed064e3..76566b7 100644 --- a/src/powershell-extended/ENHANCEMENTS.md +++ b/src/powershell-extended/ENHANCEMENTS.md @@ -235,7 +235,7 @@ To change the prompt to something of your taste, follow these steps: Note that you will need to pay attention to keep a valid JSON format which might require adding some commas `,` at the end of a section or existing environment variables. - You may either enter the name of one of the pre-delivered themes or set a direct URL to download the theme automatically. + You may either enter the name of one of the included themes, or set a direct URL to download the theme automatically. 4. **Save `devcontainer.json`**: - Save the changes.