Skip to content

Commit f858143

Browse files
barthrgregturn
authored andcommitted
Backport type correction in reference docs.
Related #1961
1 parent db160c4 commit f858143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/representations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To accommodate the largest percentage of use cases, Spring Data REST tries very
1313

1414
=== Abstract Class Registration
1515

16-
One key configuration point you might need to hook into is when you use an abstract class (or an interface) in your domain model. By defualt, Jackson does not know what implementation to create for an interface. Consider the following example:
16+
One key configuration point you might need to hook into is when you use an abstract class (or an interface) in your domain model. By default, Jackson does not know what implementation to create for an interface. Consider the following example:
1717

1818
====
1919
[source,java]

0 commit comments

Comments
 (0)