From 9f0666e30130087fe58b2990253dc3b1decd3340 Mon Sep 17 00:00:00 2001 From: Gangler Fabrice <fabrice.gangler@adullact.org> Date: Thu, 27 Feb 2020 21:53:30 +0100 Subject: [PATCH] FIX(documentation): typo Refs: #26 --- documentation/10_Install_doc/webapp_Pre-requisites.md | 10 +++++----- documentation/30_Contributor_doc/GIT_CONVENTION.md | 2 +- documentation/{30_Contributor_doc => }/QA-tools.md | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename documentation/{30_Contributor_doc => }/QA-tools.md (100%) diff --git a/documentation/10_Install_doc/webapp_Pre-requisites.md b/documentation/10_Install_doc/webapp_Pre-requisites.md index 0066136..96bf164 100644 --- a/documentation/10_Install_doc/webapp_Pre-requisites.md +++ b/documentation/10_Install_doc/webapp_Pre-requisites.md @@ -1,6 +1,6 @@ -#Â Prerequisites for web application installation +# Prerequisites for web application installation -##Â Prerequesites +## Prerequesites - PHP >= **7.2.5** - composer @@ -18,9 +18,9 @@ ## Ubuntu 18.04 -###Â 0. Verify prerequisites +### 0. Verify prerequisites -####Â PHP version +#### PHP version ```bash # List php versions available on the host: @@ -35,7 +35,7 @@ sudo update-alternatives --set php /usr/bin/php7.2 php -v ``` -####Â Checks webapp prerequisites +#### Checks webapp prerequisites Checks that PHP and extensions versions match the platform requirements of the installed packages: diff --git a/documentation/30_Contributor_doc/GIT_CONVENTION.md b/documentation/30_Contributor_doc/GIT_CONVENTION.md index 2abf4d8..4926a1e 100644 --- a/documentation/30_Contributor_doc/GIT_CONVENTION.md +++ b/documentation/30_Contributor_doc/GIT_CONVENTION.md @@ -49,7 +49,7 @@ The commit message should follow this regex: /^(revert: )?(build|ci|chore|docs|feat|fix|perf|refactor|style|refactor|revert|style|test|)(\(.+\))?: .{1,50}/ ``` -###Â See also +### See also - [Git Commit Msg](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) - [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages) - [Enhance your git log with conventional commits](https://dev.to/maxpou/enhance-your-git-log-with-conventional-commits-3ea4) diff --git a/documentation/30_Contributor_doc/QA-tools.md b/documentation/QA-tools.md similarity index 100% rename from documentation/30_Contributor_doc/QA-tools.md rename to documentation/QA-tools.md -- GitLab