Skip to content

Commit 7e2665d

Browse files
committed
Fix a typo
There is a typo in the text: repositories -> repository, fix it.
1 parent ece0b7f commit 7e2665d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ We use `git archive` to create a tarball of a project for sharing in <<ch05-dist
380380

381381
==== git submodule
382382

383-
The `git submodule` command is used to manage external repositories within a normal repositories.
383+
The `git submodule` command is used to manage external repositories within a normal repository.
384384
This could be for libraries or other types of shared resources.
385385
The `submodule` command has several sub-commands (`add`, `update`, `sync`, etc) for managing these resources.
386386

0 commit comments

Comments
 (0)