Skip to content

Commit fe881f6

Browse files
authored
Fixed typo in New-GitHubRepositoryFork for USAGE.md (#345)
1 parent 8b46226 commit fe881f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ Get-GitHubRepositoryFork -OwnerName microsoft -RepositoryName PowerShellForGitHu
735735

736736
#### Create a new fork
737737
```powershell
738-
New-GitHubRepositoryForm -OwnerName microsoft -RepositoryName PowerShellForGitHub
738+
New-GitHubRepositoryFork -OwnerName microsoft -RepositoryName PowerShellForGitHub
739739
```
740740

741741
----------

0 commit comments

Comments
 (0)