diff --git a/modules/ldap/docs/ldap.md b/modules/ldap/docs/ldap.md
index 098e4042f5cb925551d4edec4b58312de2459b92..4c52a87657befb331c5e615eb5959446bb2dac46 100644
--- a/modules/ldap/docs/ldap.md
+++ b/modules/ldap/docs/ldap.md
@@ -562,8 +562,8 @@ required, see the config info above for details.
 	)
 
 Example for unsupported OpenLDAP usage. 
-Intention is to filter in 'ou=groups,dc=example,dc=com' for 
-'(memberUid = <UID>)' and take only the attributes 'cn' (=name of the group).
+Intention is to filter in `ou=groups,dc=example,dc=com` for
+`(memberUid = <UID>)` and take only the attribute `cn` (=name of the group).
 
     50 => array(
         'class' => 'ldap:AttributeAddUsersGroups',