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

Commit 88e4374

Browse files
authored
Merge pull request #414 from sd65/patch-1
[Docs] Fix a typo
2 parents efd5070 + 11f8f12 commit 88e4374

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
@@ -65,7 +65,7 @@ available.
6565
Example:
6666

6767
server.listen(389, '127.0.0.1', function() {
68-
console.log(LDAP server listening at: ' + server.url);
68+
console.log('LDAP server listening at: ' + server.url);
6969
});
7070

7171

0 commit comments

Comments
 (0)