Skip to content

Commit

Permalink
Remove-DbaReplSubscription - Typo fix in Synopsis (#9279)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiHo78 authored Mar 16, 2024
1 parent 7f4fd4b commit 04586d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Remove-DbaReplSubscription.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Remove-DbaReplSubscription {
<#
.SYNOPSIS
Removes a subscription \for the target SQL instances.
Removes a subscription for the target SQL instances.
.DESCRIPTION
Removes a subscription for the target SQL instances.
Expand Down Expand Up @@ -141,4 +141,4 @@ function Remove-DbaReplSubscription {
}
}
}
}
}

0 comments on commit 04586d6

Please sign in to comment.