diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java index 5ebe96d0b8b..ff88c85636c 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java @@ -251,7 +251,7 @@ public class ResourceProperties extends Resources { @Override @DeprecatedConfigurationProperty( - replacement = "spring.web.resources.cache.cachecontrol.stale-while-revaliate") + replacement = "spring.web.resources.cache.cachecontrol.stale-while-revalidate") public Duration getStaleWhileRevalidate() { return super.getStaleWhileRevalidate(); }