Skip to content

Commit 13eaf5a

Browse files
Christopher Harrisonsdwheeler
Christopher Harrison
authored andcommitted
Fixed small space typo (#4142)
1 parent 246e406 commit 13eaf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Utility/Select-Object.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Get-Process | Select-Object -Property ProcessName,@{Name="Start Day"; Expression
122122
```
123123

124124
```output
125-
ProcessName StartDay
126-
---- --------
125+
ProcessName Start Day
126+
---- ---------
127127
alg Wednesday
128128
ati2evxx Wednesday
129129
ati2evxx Thursday

0 commit comments

Comments
 (0)