Merge pull request from sd65/patch-1

[Docs] Fix a typo
This commit is contained in:
James Sumners 2019-08-24 21:09:09 -04:00 committed by GitHub
commit 88e4374db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ available.
Example:
server.listen(389, '127.0.0.1', function() {
console.log(LDAP server listening at: ' + server.url);
console.log('LDAP server listening at: ' + server.url);
});