Skip to content

Commit 85e6370

Browse files
test fixes
1 parent 379b729 commit 85e6370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Prerequisites
1111
run: .\build\psf-prerequisites.ps1
1212
shell: powershell
13-
- name: Install Prerequisites
13+
- name: Compile Help
1414
run: .\build\vsts-help.ps1
1515
shell: powershell
1616
- name: Validate

PSFramework/functions/runspace/Register-PSFRunspace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Gen 2: -Begin/-Process/-End | Simple execution that is easy to use, but surrenders some control over the process.
1515
1616
The full documentation can be found online: https://psframework.org
17-
By default, using the Generation 2 implementation is recommended, the third shows how to use it.
17+
By default, using the Generation 2 implementation is recommended, the third shows how to use it.
1818
1919
Updating:
2020
If this function is called multiple times, targeting the same name, it will update the scriptblock.

0 commit comments

Comments
 (0)