Skip to content

Commit 000ce9a

Browse files
committed
Fix doc typos
1 parent b6fbe58 commit 000ce9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,7 @@ The method must be declared as `public static`, have one of three signatures `(S
36953695
* `JsonDeserializer.KEY_TYPE_METHOD` : `spring.json.key.type.method`
36963696
* `JsonDeserializer.VALUE_TYPE_METHOD` : `spring.json.value.type.method`
36973697

3698-
You can use arbitrary headers or introspect the data to determine the type.
3698+
You can use arbitrary headers or inspect the data to determine the type.
36993699

37003700
====
37013701
.Example
@@ -3717,7 +3717,7 @@ public static JavaType thingOneOrThingTwo(byte[] data, Headers headers) {
37173717
----
37183718
====
37193719

3720-
For more sophisticated data introspection consider using `JsonPath` or similar but, the simpler the test to determine the type, the more efficient the process will be.
3720+
For more sophisticated data inspection consider using `JsonPath` or similar but, the simpler the test to determine the type, the more efficient the process will be.
37213721

37223722
The following is an example of creating the deserializer programmatically (when providing the consumer factory with the deserializer in the constructor):
37233723

0 commit comments

Comments
 (0)