Skip to content

Commit fca6ea8

Browse files
committed
- typos
1 parent e393093 commit fca6ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $cache->save();
5656
This method uses the [Koded Simple Cache][koded-cache-simple] package.
5757
Please see the README in that repository for the specific arguments.
5858

59-
You can grab the cache client if you want to use the client directly
59+
You can grab the cache client if you want to use it directly
6060

6161
```php
6262
/** $var Psr\SimpleCache\CacheInterface $client */
@@ -74,7 +74,7 @@ you can use the `saveDeferred()` method. These cache items are saved when you
7474

7575
**Keep in mind that `commit()` is not an atomic operation.**
7676
There is no guarantee that all items will be saved, because anything can
77-
happen while `save()` is called (network, client crash, etc).
77+
happen while `save()` runs (network, client crash, etc).
7878

7979
```php
8080
$cache->saveDeferred($event);

0 commit comments

Comments
 (0)