mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 03:54:46 +01:00
Fix typo
This commit is contained in:
parent
2fdd975e96
commit
8ca7ed86c1
@ -21,7 +21,7 @@ More supported voice commands are:
|
||||
Computer, open `application`
|
||||
----------------------------
|
||||
* launches the given application.
|
||||
* replace `application` by: "3D Viewer", "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Outlook", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
||||
* replace `application` by: "3D-Viewer", "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Outlook", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
||||
* when finished say: *Computer, close `application`* to close the application.
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes the 3D Viewer app
|
||||
Closes the 3D-Viewer app
|
||||
.DESCRIPTION
|
||||
This script closes the 3D Viewer application gracefully.
|
||||
This script closes the 3D-Viewer application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-three-d-viewer
|
||||
.NOTES
|
||||
|
Loading…
Reference in New Issue
Block a user