From ca85e1fd357709873a3566827ede6664e03363dc Mon Sep 17 00:00:00 2001 From: neo <48834031+SuperOctocat@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:10:54 +1100 Subject: [PATCH] Fixed typos for SOURCE.md (#7384) --- software_development/SOURCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software_development/SOURCE.md b/software_development/SOURCE.md index 6bfa525e09c..9a8d8559666 100644 --- a/software_development/SOURCE.md +++ b/software_development/SOURCE.md @@ -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: @@ -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: ```