Typo fixes

This commit is contained in:
bytedream 2022-02-25 12:21:21 +01:00
parent 70ec489463
commit 1a29eefb70

View File

@ -80,7 +80,7 @@ These wildcards are currently supported:
In `smartrelease-v1.21.5-rc4`, `5` is the patch version number. In `smartrelease-v1.21.5-rc4`, `5` is the patch version number.
- `pre` - `pre`
_The pre-release number_. It can be a mix of numbers and letters (without any special character between). _The pre-release number_. It can be a mix of numbers and letters (without any special characters between).
In `smartrelease-v1.21.5-rc4`, `rc4` is the pre-release number. In `smartrelease-v1.21.5-rc4`, `rc4` is the pre-release number.
- `tag` - `tag`
@ -123,7 +123,7 @@ The result looks like this: [Now with gitea!](https://smartrelease.bytedream.org
## Official instance ## Official instance
The official instance is hosted on `https://smartrelease.bytedream.org`. The official instance is hosted on `https://smartrelease.bytedream.org`.
It has regex disabled and a maximal pattern length of 70 character. It has regex disabled and a maximal pattern length of 70 characters.
So if you want, for example, using the official api for this repo, the following link will do it: So if you want, for example, using the official api for this repo, the following link will do it:
``` ```
@ -135,7 +135,7 @@ I also recommend you to visit this repo from time to time to see if something wi
## Self-hosting ## Self-hosting
_All following instructions are specified for linux, but at least [building](#build-it-from-source) should on every platform too_. _All following instructions are specified for linux, but at least [building](#build-it-from-source) should be possible on every platform_.
### Docker ### Docker