Skip to content

Commit

Permalink
Fixed typos in SOURCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOctocat committed Oct 2, 2023
1 parent 11a08de commit 1818232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software_development/SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mvn clean install -DskipTests
Submodules
----------

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

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

Expand All @@ -28,7 +28,7 @@ git submodule init
git submodule update
```

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


```
Expand Down

0 comments on commit 1818232

Please sign in to comment.