Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 11f8f12

Browse files
authored
[Docs] Fix a typo
Examples should be perfect !
1 parent 9884679 commit 11f8f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ available.
5353
Example:
5454

5555
server.listen(389, '127.0.0.1', function() {
56-
console.log(LDAP server listening at: ' + server.url);
56+
console.log('LDAP server listening at: ' + server.url);
5757
});
5858

5959

0 commit comments

Comments
 (0)