From 181823286c5bad35a4eec34cd907c3fb2ddd0bc9 Mon Sep 17 00:00:00 2001 From: neo <48834031+SuperOctocat@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:07:16 +1100 Subject: [PATCH] Fixed typos in SOURCE.md --- 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 6bfa525e09cc..9a8d8559666f 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: ```