Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 68f2ead

Browse files
authored
Merge pull request #1308 from SharePoint/revert-1299-patch-1
Revert "Fixed typo."
2 parents ceb2da3 + 387c847 commit 68f2ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples/Provisioning.CreateSitesFromCsv/CreateSites.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if($credentials -eq $null -or $csvConfig -eq $null)
5555
exit 1
5656
}
5757

58-
# Iterates over the csv configuration template rows and creates site collections or sub sites.
58+
# Iterates over the csv confuguration template rows and creates site collections or sub sites.
5959
foreach ($item in $csvConfig)
6060
{
6161
$tenantUrl = $item.RootUrl -replace ".sharepoint.com.+", ".sharepoint.com"
@@ -98,4 +98,4 @@ foreach ($item in $csvConfig)
9898

9999
Write-Host "Sub web $siteUrl successfully created." -ForegroundColor Green
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)