chore: Update generated dev docs (#4736)

This commit is contained in:
Chris Titus
2026-06-22 14:17:57 -05:00
committed by GitHub
parent 1d4fa15f7e
commit 7ffb396786
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ description: ""
function Invoke-WPFFixesNetwork {
netsh winsock reset
netsh int ip reset
Write-Host "Network Configuration has been Reset Please restart your computer."
Write-Host "Network Configuration has been Reset. Please restart your computer."
}
```