mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 18:08:18 +02:00
Fix typo
This commit is contained in:
parent
2fdd975e96
commit
8ca7ed86c1
@ -21,7 +21,7 @@ More supported voice commands are:
|
|||||||
Computer, open `application`
|
Computer, open `application`
|
||||||
----------------------------
|
----------------------------
|
||||||
* launches the given 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.
|
* when finished say: *Computer, close `application`* to close the application.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Closes the 3D Viewer app
|
Closes the 3D-Viewer app
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script closes the 3D Viewer application gracefully.
|
This script closes the 3D-Viewer application gracefully.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./close-three-d-viewer
|
PS> ./close-three-d-viewer
|
||||||
.NOTES
|
.NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user