From 7f31a3b98bc311454e69310281892f562882fb7d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 12 Sep 2023 14:31:58 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index ff1c81d0..6339aaad 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -123,7 +123,7 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need * **PowerShell Plus** - an all in one IDE. * **Atom package** - an add-on with PowerShell language support for Atom. * **SublimeText package** - an add-on with PowerShell language support for Sublime Text. -* or your **favorite text editor** as an alternative. +* or simply your **favorite text editor** as an alternative.
How to write good PowerShell scripts?