From 404fddb8a5c835c36ed4a2ae4d420f6bdf590c0b Mon Sep 17 00:00:00 2001 From: Mark Cavage Date: Thu, 25 Aug 2011 12:19:17 -0700 Subject: [PATCH] typo in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index bd18c4e..4238283 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,7 +50,7 @@ ldapjs implements most of the common operations in the LDAP v3 RFC(s), for both client and server. It is 100% wire-compatible with the LDAP protocol itself, and is interoperable with [OpenLDAP](http://openldap.org) and any other LDAPv3-compliant implementation. ldapjs gives you a powerful routing and -intercepting filter" pattern for implementing server(s). It is intended +"intercepting filter" pattern for implementing server(s). It is intended that you can build LDAP over anything you want, not just traditional databases. # Getting started