[Docs] Fix a typo

Examples should be perfect !
This commit is contained in:
Sylvain Doignon 2017-02-06 13:00:19 +01:00 committed by GitHub
parent 988467911c
commit 11f8f12867
1 changed files with 1 additions and 1 deletions

View File

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