Skip to content

Commit d8bee07

Browse files
author
Sarah Edwards
authored
wording update
1 parent 16f34ef commit d8bee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/getting-started-with-git/managing-remote-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Use the `git remote rm` command to remove a remote URL from your repository.
194194
The `git remote rm` command takes one argument:
195195
* A remote name, for example, `destination`
196196

197-
Note: Removing the remote URL from your respositoy only unlinks the local and remote repositories and does not delete the remote repository
197+
Removing the remote URL from your repository only unlinks the local and remote repositories. It does not delete the remote repository.
198198

199199
## Example
200200

0 commit comments

Comments
 (0)