Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jun 4, 2023
1 parent 43f02e6 commit 7819403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Private/Get-AbrVbrConfigurationBackupSetting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Get-AbrVbrConfigurationBackupSetting {
Paragraph "Best Practice: It`s a recommended best practice to activate the 'Run job automatically' option of the Backup Configuration job." -Italic -Bold
}
if ($OutObj | Where-Object { $_.'Enabled' -like 'No'}) {
Paragraph "Best Practice: It`s a recommended best practice to enable the Backup Configuration j ob" -Italic -Bold
Paragraph "Best Practice: It`s a recommended best practice to enable the Backup Configuration job" -Italic -Bold
}
}
}
Expand Down

0 comments on commit 7819403

Please sign in to comment.