diff --git a/docs/client-apple.md b/docs/client-apple.md
index ff559249e..94d3ce0ed 100644
--- a/docs/client-apple.md
+++ b/docs/client-apple.md
@@ -1,6 +1,6 @@
Email, contacts and calendar can be configured automatically on Apple devices by installing a profile. It configure IMAP, CardDAV and CalDAV.
-1. Download and open the file from https://${MAILCOW_HOSTNAME}/mobileconfig.phpMailcow.mobileconfig.
+1. Download and open the file from https://${MAILCOW_HOSTNAME}/mobileconfig.phpmailcow.mobileconfig.
2. Enter the unlock code (iPhone) or computer password (Mac).
3. Enter your email password three times when prompted.
diff --git a/docs/client-kontact.md b/docs/client-kontact.md
index b4b6a2728..813f19bcf 100644
--- a/docs/client-kontact.md
+++ b/docs/client-kontact.md
@@ -10,7 +10,7 @@
10. Choose *DAV groupware resource* and click *OK*.
11. Enter your email address (
) and your password. Click *Next*.
12. Select *ScalableOGo* from the dropdown menu and click *Next*.
-13. Enter
your Mailcow hostname into the *Host* field and click *Next*.
+13. Enter
your mailcow hostname into the *Host* field and click *Next*.
14. Click *Test Connection* and then *Finish*. Finally, click *OK* twice.
Once you have set up Kontact, you can also use KMail, KOrganizer and KAddressBook individually.
diff --git a/docs/migrate-mc014.md b/docs/migrate-mc014.md
index 0bd0d47a5..6c60c9d9b 100644
--- a/docs/migrate-mc014.md
+++ b/docs/migrate-mc014.md
@@ -8,7 +8,7 @@
## Create mailcow db backups
-First you need to modify the table `mailcow`. Mailcow-dockerized adds three and moves two existing columns in the table `mailbox`. The columns `tls_enforce_in` and `tls_enforce_out` get moved two rows up (behind `domain`). The columns `key`, `multiple_bookings` and `wants_tagged_subject` need to be added after `tls_enforce_out`.
+First you need to modify the table `mailcow`. mailcow: dockerized adds three and moves two existing columns in the table `mailbox`. The columns `tls_enforce_in` and `tls_enforce_out` get moved two rows up (behind `domain`). The columns `key`, `multiple_bookings` and `wants_tagged_subject` need to be added after `tls_enforce_out`.
It should look like this: