You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/11 10:21:02 UTC

[maven-site] branch master updated: Fix missing a space on paragraph

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cca5772 Fix missing a space on paragraph
0cca5772 is described below

commit 0cca5772a3f254a885b0d203a81996d12108ae9c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Dec 11 11:20:20 2022 +0100

    Fix missing a space on paragraph
---
 content/apt/developers/conventions/code.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/conventions/code.apt b/content/apt/developers/conventions/code.apt
index 63ebb557..aca633f8 100644
--- a/content/apt/developers/conventions/code.apt
+++ b/content/apt/developers/conventions/code.apt
@@ -34,7 +34,7 @@ Maven Code Style And Code Conventions
  As the formatting is automatically enforced or even applied with {{{https://github.com/diffplug/spotless/tree/main/plugin-maven}spotless-maven-plugin}} for all projects
  using {{{/pom/maven/index.html}Maven Project Parent POM 38 or newer}} developers usually don't need to care and the following sections are just for informational purposes.
 
-Optionally you can still import the code style formatter for your IDE from
+ Optionally you can still import the code style formatter for your IDE from
  {{{https://gitbox.apache.org/repos/asf?p=maven-shared-resources.git;a=tree;f=src/main/resources/config;hb=HEAD}shared-resources}}
 
 %{toc|section=1|fromDepth=2|toDepth=3}