diff --git a/mariadb-stretch-err1071.md b/mariadb-stretch-err1071.md
index 5b1bc9eabfa102bd364c944f9352de886847a044..c03875e932493daa2a03d69f01569a7b64004656 100644
--- a/mariadb-stretch-err1071.md
+++ b/mariadb-stretch-err1071.md
@@ -39,9 +39,9 @@ innodb_default_row_format = dynamic
    * you may use the mySQL Community Packages from [Oracle](https://dev.mysql.com/doc/refman/5.7/en/linux-installation-debian.html)
    * [Percona Server](https://www.percona.com/software/mysql-database/percona-server) is drop-in replacement for mySQL
 
- * if for some reason none of the above is applicable as a last resort you can apply the patch below.
+ * If for some reason none of the above is applicable as a last resort you can apply the patch below.
    This limits the length for group names to 191 characters which is just short enough to not exceed the limit.
-   ```patch
+```patch
 diff --git a/store/types.go b/store/types.go
 index 8576c7b..df99125 100644
 --- a/store/types.go
@@ -73,4 +73,4 @@ index 8576c7b..df99125 100644
         Group     Group           `json:"-" gorm:"association_foreignkey:Name"`
         Entries   []PlaylistEntry `json:"entries,omitempty"`
  }
-   ```
+```