diff --git a/docs/docs/getting-started/initializing-core.md b/docs/docs/getting-started/initializing-core.md
index 0c077e5..358def6 100644
--- a/docs/docs/getting-started/initializing-core.md
+++ b/docs/docs/getting-started/initializing-core.md
@@ -42,4 +42,4 @@ func _ready() -> void:
# Test crash
logger.crash("This is a test crash.")
-```
\ No newline at end of file
+```
diff --git a/docs/docs/reference/core.md b/docs/docs/reference/core.md
index ff8bda4..160ce24 100644
--- a/docs/docs/reference/core.md
+++ b/docs/docs/reference/core.md
@@ -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.
\ No newline at end of file
+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.
diff --git a/docs/docs/reference/coreconfiguration.md b/docs/docs/reference/coreconfiguration.md
index ecd8a99..9eb1ae3 100644
--- a/docs/docs/reference/coreconfiguration.md
+++ b/docs/docs/reference/coreconfiguration.md
@@ -9,7 +9,7 @@ All settings are variables.
## Global
### *bool* headless = *false*
-Controls CORE's functionality. Renders GUI-related modules useless when set to `true`, which is the recommended behaviour on servers. For CORE's full functionality, set this to `true`.
+Controls CORE's functionality. Renders GUI-related modules useless when set to `false`, which is the recommended behaviour on servers. For CORE's full functionality, set this to `true`.
### *bool* debugging = *false*
:::note
This will not enable the development mode automatically, only if you're developing on CORE itself.
@@ -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.
\ No newline at end of file
+The font size the graphical log output should have.
diff --git a/docs/docs/reference/coretypes.md b/docs/docs/reference/coretypes.md
index c59d3e4..3b18479 100644
--- a/docs/docs/reference/coretypes.md
+++ b/docs/docs/reference/coretypes.md
@@ -11,4 +11,4 @@ RELEASE, RELEASECANDIDATE, BETA, ALPHA
### LoggerLevel
NONE, ERROR, WARN, INFO, VERB, DIAG
### SceneType
-NONE, DEBUG, CUTSCENE, MENU, MAIN, BACKGROUND
\ No newline at end of file
+NONE, DEBUG, CUTSCENE, MENU, MAIN, BACKGROUND
diff --git a/docs/docs/reference/logger.md b/docs/docs/reference/logger.md
index 079f915..497aa07 100644
--- a/docs/docs/reference/logger.md
+++ b/docs/docs/reference/logger.md
@@ -33,4 +33,4 @@ Using the `await` keyword is required for this function.
:::danger
Please do not set `framework_crash` to `true`. Thank you.
:::
-Handles crashes. Will terminate your game/application immediately.
\ No newline at end of file
+Handles crashes. Will terminate your game/application immediately.
diff --git a/docs/docs/reference/misc.md b/docs/docs/reference/misc.md
index efac4eb..0a59c98 100644
--- a/docs/docs/reference/misc.md
+++ b/docs/docs/reference/misc.md
@@ -26,4 +26,4 @@ If `flatten` is set to `true`, the decimal part will be discarded.
### *float* gib2mib(*float* gib, *bool* flatten = *true*)
Converts a number of gibibytes to mebibytes.
-If `flatten` is set to `true`, the decimal part will be discarded.
\ No newline at end of file
+If `flatten` is set to `true`, the decimal part will be discarded.
diff --git a/docs/docs/reference/sms.md b/docs/docs/reference/sms.md
index ffd0583..f1f3268 100644
--- a/docs/docs/reference/sms.md
+++ b/docs/docs/reference/sms.md
@@ -36,4 +36,4 @@ Returns the number of loaded scenes in some scene collection.
## *CoresTypes.SceneType* exists(*String* sname)
Returns the scene collection a scene is loaded in.
-Returns `CoreTypes.SceneType.NONE` if no scene with that name has been found.
\ No newline at end of file
+Returns `CoreTypes.SceneType.NONE` if no scene with that name has been found.
diff --git a/docs/docs/terminology.md b/docs/docs/terminology.md
index ce83f9a..434f779 100644
--- a/docs/docs/terminology.md
+++ b/docs/docs/terminology.md
@@ -12,4 +12,4 @@ Displays the log/console output graphically in the background.
## `EDL`
Stands for **Easy DownLoader** and allows you to download stuff.
## `SMS`
-No, it does not stand for **Short Message Service**, but for **Scene Management System**. It manages your scenes.
\ No newline at end of file
+No, it does not stand for **Short Message Service**, but for **Scene Management System**. It manages your scenes.