fix some typos

This commit is contained in:
Sebastian Sdorra
2020-04-27 07:25:44 +02:00
parent 4488382a4b
commit 26087ce2d7
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 |

View File

@@ -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.