diff --git a/includes/caching/class-caching.php b/includes/caching/class-caching.php index de6d89f..8afe708 100644 --- a/includes/caching/class-caching.php +++ b/includes/caching/class-caching.php @@ -1256,9 +1256,9 @@ public function transient_key( $id ) { */ private function schedule_cleanup() { /** - * Should caches be deleted immediately in stead of via a cron? + * Should caches be deleted immediately instead of via a cron? * - * This filter can be used to delete caches immediately in stead of via a cron job, which is there for + * This filter can be used to delete caches immediately instead of via a cron job, which is there for * performance reasons. * * @since 2023.1.0 diff --git a/readme.txt b/readme.txt index 28f89d4..b0d2961 100644 --- a/readme.txt +++ b/readme.txt @@ -345,7 +345,7 @@ Release Date: April 2nd, 2019 Feature: Added function to programatically flush cache records by endpoint path. Bugfix: Fix correct filtering of allowed endpoints. -Bugfix: Fix fatal error with object in stead of array in cache. +Bugfix: Fix fatal error with object instead of array in cache. = 2019.1.6 = Release Date: March 25th, 2019