diff --git a/docs/docs/reference/core.md b/docs/docs/reference/core.md
index 160ce24..65fedd8 100644
--- a/docs/docs/reference/core.md
+++ b/docs/docs/reference/core.md
@@ -41,7 +41,7 @@ Loads a new CoreConfiguration class and applies it's settings.
### *bool* is_devmode()
Returns the development mode status.
### *String* get_format_string(*String* string)
-Replaces placeholders with human-friendly strings
+Replaces placeholders with human-friendly strings \
You can use the following placeholders:
- `%release%`
Returns the release number.
@@ -58,4 +58,4 @@ You can use the following placeholders:
- `%headless%`
Returns the headless mode status
### *Array[int]* get_version_semantic()
-Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for beta, 1 for alpha, 2 for rc and 3 for release) and the last integer contains the typerelease number.
+Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for alpha, 1 for beta, 2 for rc and 3 for release) and the last integer contains the typerelease number.
diff --git a/docs/docs/reference/coreconfiguration.md b/docs/docs/reference/coreconfiguration.md
index e7b7301..216bf4e 100644
--- a/docs/docs/reference/coreconfiguration.md
+++ b/docs/docs/reference/coreconfiguration.md
@@ -43,4 +43,4 @@ Determines if [`LogUI`](/terminology#logui) should be visible or not.
### *Color* logui_background_color = *Color.BLACK*
The color the `LogUI` background will have. Set to `Color.TRANSPARENT` for a transparent background.
### *int* logui_font_size = *14*
-The font size the graphical log output should have.
+What size the graphical log should have.