Skip to content

Commit

Permalink
Improve paragraph layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jun 15, 2024
1 parent 084a48c commit 946e0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Src/Private/Get-AbrADSite.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ function Get-AbrADSite {
$Site = Invoke-Command -Session $TempPssSession { Get-ADReplicationSite -Filter * -Properties * }
if ($Site) {
Section -Style Heading3 'Replication' {
Paragraph "Replication is the process of transferring and updating Active Directory objects between domain controllers in the Active Directory domain and forest. The folowing setion details Active Directory replication and it's relationships."
Paragraph 'Replication is the process of transferring and updating Active Directory objects between domain controllers in the Active Directory domain and forest.'
BlankLine
Paragraph "The folowing setion details Active Directory replication and it's relationships."
Section -Style Heading4 'Sites' {
$OutObj = @()
foreach ($Item in $Site) {
Expand Down

0 comments on commit 946e0d6

Please sign in to comment.