Fix duplicate typos in reference docs

This commit is contained in:
Parker Mauney
2018-07-22 17:50:10 -05:00
committed by Josh Cummings
parent 0150de50b7
commit e27dcd2616
2 changed files with 2 additions and 3 deletions

View File

@@ -792,8 +792,7 @@ We previously saw that updating by using `modifyAttributes` is the recommended a
the task of calculating attribute modifications and constructing `ModificationItem` arrays accordingly.
`DirContextAdapter` can do all of this for us, as follows:
.Updating using using `DirContextAdapter`
====
.Updating using `DirContextAdapter`
[[modify-modifyAttributes]]
[source,java]
[subs="verbatim,quotes"]

View File

@@ -15,7 +15,7 @@
creating a DirContext, looping through NamingEnumerations, handling
exceptions and cleaning up resources. This leaves the programmer to
handle the important stuff - where to find data (DNs and Filters) and
what do do with it (map to and from domain objects, bind, modify,
what to do with it (map to and from domain objects, bind, modify,
unbind, etc.), in the same way that JdbcTemplate relieves the
programmer of all but the actual SQL and how the data maps to the
domain model.</li>