diff --git a/docs/en/reference/sqlquery.md b/docs/en/reference/sqlquery.md
index 83f2684c6..e02ecf39c 100644
--- a/docs/en/reference/sqlquery.md
+++ b/docs/en/reference/sqlquery.md
@@ -37,8 +37,8 @@ We'll explain some ways to use *SELECT* with the full power of SQL,
but still maintain a connection to the ORM where possible.
- Please read our ["security" topic](/topics/security) to find out
- how to sanitize user input before using it in SQL queries.
+Please read our ["security" topic](/topics/security) to find out
+how to sanitize user input before using it in SQL queries.
## Usage
@@ -140,4 +140,4 @@ An alternative approach would be a custom getter in the object definition.
* [datamodel](/topics/datamodel)
* `[api:DataObject]`
-* [database-structure](database-structure)
\ No newline at end of file
+* [database-structure](database-structure)