Skip to content

Commit a9e7c4e

Browse files
freekrysnicoll
authored andcommitted
Fix typo in JsonComponent javadoc
See gh-17776
1 parent 5a6625b commit a9e7c4e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jackson

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jackson/JsonComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
Scope scope() default Scope.VALUES;
9393

9494
/**
95-
* The various scopes under which a serializer/deserialzier can be registered.
95+
* The various scopes under which a serializer/deserializer can be registered.
9696
*/
9797
enum Scope {
9898

0 commit comments

Comments
 (0)