Skip to content

Commit 12e0cd8

Browse files
authored
Moves note to new line after NOTE to remove compiler warning.
1 parent 87af930 commit 12e0cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHubSite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Lists all hub sites found on the SharePoint tenant. If you provide **-Identity**
2222

2323
If the hub site doesn’t exist, this cmdlet returns a “File not found” error.
2424

25-
> [!NOTE] If a deleted hub site appears in the output of this cmdlet you may not have run [Unregister-SPOHubSite](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/unregister-spohubsite) on the deleted hub site.
25+
> [!NOTE]
26+
> If a deleted hub site appears in the output of this cmdlet you may not have run [Unregister-SPOHubSite](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/unregister-spohubsite) on the deleted hub site.
2627
2728
## EXAMPLES
2829

0 commit comments

Comments
 (0)