Skip to content

Commit 2ea5866

Browse files
authored
Fix missing single-quote
1 parent 54c140c commit 2ea5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ and add an entry which uses this module:
280280
* language => text mappings.
281281
*/
282282
'description' => 'Employees',
283-
'authsource' => 'example-ldap,
283+
'authsource' => 'example-ldap',
284284
],
285285

286286
'students' => [

0 commit comments

Comments
 (0)