DATACMNS-1713 - Fix typo in doc.

Original pull request: #442.
This commit is contained in:
John Gesimondo
2020-05-09 10:30:10 -07:00
committed by Mark Paluch
parent 64b10a0595
commit 1eea884d37

View File

@@ -74,7 +74,7 @@ import org.springframework.util.ConcurrentReferenceHashMap.ReferenceType;
/**
* Factory bean to create instances of a given repository interface. Creates a proxy implementing the configured
* repository interface and apply an advice handing the control to the {@code QueryExecuterMethodInterceptor}. Query
* repository interface and apply an advice handing the control to the {@code QueryExecutorMethodInterceptor}. Query
* detection strategy can be configured by setting {@link QueryLookupStrategy.Key}.
*
* @author Oliver Gierke