Skip to content

Commit ca85e1f

Browse files
authored
Fixed typos for SOURCE.md (geonetwork#7384)
1 parent 6482aed commit ca85e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

software_development/SOURCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mvn clean install -DskipTests
1818
Submodules
1919
----------
2020

21-
GeoNetwork use submodules, these were initiziled by the ``--recursive`` option when cloning the repository.
21+
GeoNetwork use submodules, these were initialized by the ``--recursive`` option when cloning the repository.
2222

2323
If you missed using ``--recursive`` run the following:
2424

@@ -28,7 +28,7 @@ git submodule init
2828
git submodule update
2929
```
3030

31-
Submodules are used to keep track of externals dependencies. It is necessary to init and update them after a branch change:
31+
Submodules are used to keep track of external dependencies. It is necessary to init and update them after a branch change:
3232

3333

3434
```

0 commit comments

Comments
 (0)