diff --git a/docs/01-app/03-building-your-application/10-deploying/index.mdx b/docs/01-app/03-building-your-application/10-deploying/index.mdx index 89d461546695c..9ff92b45630fc 100644 --- a/docs/01-app/03-building-your-application/10-deploying/index.mdx +++ b/docs/01-app/03-building-your-application/10-deploying/index.mdx @@ -228,7 +228,7 @@ module.exports = class CacheHandler { // If you want to have temporary in memory cache for a single request that is reset // before the next request you can leverage this method - public resetRequestCache() {} + resetRequestCache() {} } ```