Skip to content

Commit 3d4c1a8

Browse files
GitHub Action - tiPS Automationdeadlydog
authored and
GitHub Action - tiPS Automation
committed
New tip: Test title
Co-authored-by: Daniel Schroeder <deadlydog@hotmail.com>
1 parent 7538f3f commit 3d4c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellTips/2025-04-04-test-title.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $tip = [tiPS.PowerShellTip]::new()
22
$tip.CreatedDate = [DateTime]::Parse('2025-04-04')
33
$tip.Title = 'Test title'
44
$tip.TipText = @'
5-
Test description
5+
Test description. More.
66
'@
77
$tip.Example = @'
88

0 commit comments

Comments
 (0)