Skip to content

Commit

Permalink
Quick typo fix in cache readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Oct 1, 2014
1 parent 6ac8c27 commit 7ed418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/README.md
Expand Up @@ -43,7 +43,7 @@ You can now read a write from the cache:

```php
$data = Cache::remember('my_cache_key', function () {
return Service::expesiveCall();
return Service::expensiveCall();
});
```

Expand Down

0 comments on commit 7ed418d

Please sign in to comment.