Skip to content

Commit

Permalink
Correct replacement for stale-while-revalidate config property
Browse files Browse the repository at this point in the history
Fixes gh-23980
  • Loading branch information
wilkinsona committed Nov 2, 2020
1 parent 8004a82 commit dbb9547
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -251,7 +251,7 @@ public Boolean getProxyRevalidate() {

@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();
}
Expand Down

0 comments on commit dbb9547

Please sign in to comment.