From da0d26715a580ea342d1128d0528d38d2d4e4e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodr=C3=ADguez=20Ponce?= Date: Tue, 10 Oct 2023 15:50:48 +0200 Subject: [PATCH] Fix typo --- docs/manual/docs/install-guide/installing-from-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/docs/install-guide/installing-from-source-code.md b/docs/manual/docs/install-guide/installing-from-source-code.md index 00b40f8bbde1..37109cb733f6 100644 --- a/docs/manual/docs/install-guide/installing-from-source-code.md +++ b/docs/manual/docs/install-guide/installing-from-source-code.md @@ -169,7 +169,7 @@ mvn jetty:run -Penv-dev After some moments of startup and initialization, GeoNetwork is available at: -For changes related to the user interface in the ``web-ui`` module or the metadata schemas in the `schemeas` module, these can be deployed in Jetty executing the following Maven command in the **web** module: +For changes related to the user interface in the ``web-ui`` module or the metadata schemas in the `schemas` module, these can be deployed in Jetty executing the following Maven command in the **web** module: ``` shell mvn process-resources -DschemasCopy=true