Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Resolved a typo where "tenant" was written as "tenan".
  • Loading branch information
aredwood authored May 12, 2021
1 parent 967b47c commit 305751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ git config --global core.longpaths true #needed for Windows
git checkout main
Write-Host 'Clean git folder...'
Remove-Item $tenanPath -Force -Recurse
Remove-Item $tenantPath -Force -Recurse
Write-Host 'Installing modules...'
Install-Module Microsoft.Graph.Authentication -Scope CurrentUser -Force
Expand Down

0 comments on commit 305751b

Please sign in to comment.