From 5c01954a446636a3dd43036cf3afbfab02d09613 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 2 Oct 2020 08:33:19 -0600 Subject: [PATCH] Fix typo I swear this isn't just for the Hacktoberfest ;) --- .../Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md b/docs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md index 7be00e9..b0958bd 100644 --- a/docs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md +++ b/docs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md @@ -127,7 +127,7 @@ The *PassThru* parameter is equivalent to using the Multiple value of the *Outpu ### Example 8: Use F7 as "Show Command History" -Save See [this gist](https://gist.github.com/tig/cbbeab7f53efd73e329afd6d4b838191) as `F7History.ps111 and run `F7History.ps1` in your `$profile`. +Save See [this gist](https://gist.github.com/tig/cbbeab7f53efd73e329afd6d4b838191) as `F7History.ps1` and run `F7History.ps1` in your `$profile`. Press `F7` to see the history for the current PowerShell instance