Skip to content

Commit 7a324e9

Browse files
zimmseschauder
authored andcommitted
Fix small typo in dialect section.
Original pull request #953.
1 parent b6c41c6 commit 7a324e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ There are a couple of things one might want to customize in this setup.
169169
=== Dialects
170170

171171
Spring Data JDBC uses implementations of the interface `Dialect` to encapsulate behavior that is specific to a database or its JDBC driver.
172-
By default, the `AbstractJdbcConfiguration` tries to determine the database in use an register the correct `Dialect`.
172+
By default, the `AbstractJdbcConfiguration` tries to determine the database in use and register the correct `Dialect`.
173173
This behavior can be changed by overwriting `jdbcDialect(NamedParameterJdbcOperations)`.
174174

175175
If you use a database for which no dialect is available, then your application won’t startup. In that case, you’ll have to ask your vendor to provide a `Dialect` implementation. Alternatively, you can:

0 commit comments

Comments
 (0)