From 26087ce2d703e8445dba07cf441d18e4aea42997 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 27 Apr 2020 07:25:44 +0200 Subject: [PATCH] fix some typos --- CHANGELOG.md | 4 ++-- docs/v2/basedirectory.md | 2 +- docs/v2/logging.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c76571a6..ee9cb925c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Removed the `requires` attribute on the `@Extension` annotation and instead create a new `@Requires` annotation ([#1097](https://github.com/scm-manager/scm-manager/pull/1097)) -- Use os specific locations for scm home directory ([1109](https://github.com/scm-manager/scm-manager/pull/1109)) -- Use Library/Logs/SCM-Manager on OSX for logging ([1109](https://github.com/scm-manager/scm-manager/pull/1109)) +- Use os specific locations for scm home directory ([#1109](https://github.com/scm-manager/scm-manager/pull/1109)) +- Use Library/Logs/SCM-Manager on OSX for logging ([#1109](https://github.com/scm-manager/scm-manager/pull/1109)) ## [2.0.0-rc7] - 2020-04-09 ### Added diff --git a/docs/v2/basedirectory.md b/docs/v2/basedirectory.md index c6dee5005d..e7908a4d60 100644 --- a/docs/v2/basedirectory.md +++ b/docs/v2/basedirectory.md @@ -1,7 +1,7 @@ # Base Directory The SCM-Manager base directory aka. home directory, -contains all data which is create by SCM-Manager such as repository and configurations. +contains all data which is created by SCM-Manager such as repositories and configurations. The location of the base directory depends on your operating system and type of installation. | Type of Installation | Base directory | diff --git a/docs/v2/logging.md b/docs/v2/logging.md index aca01fa668..4677be88ae 100644 --- a/docs/v2/logging.md +++ b/docs/v2/logging.md @@ -16,7 +16,7 @@ The location of the **$BASEDIR** can be found [here](basedirectory). ## Configuration -The logging behaviour of SCM-Manager can be configured via a xml find. +The logging behaviour of SCM-Manager can be configured via a xml file. The syntax and properties can be found [here](http://logback.qos.ch/manual/configuration.html). The location of the file depends also on the type of installation.