Skip to content

Commit

Permalink
[BP] Fixed typos for SOURCE.md (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOctocat authored and josegar74 committed Oct 3, 2023
1 parent 73c696e commit 3cf5249
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 3cf5249

Please sign in to comment.