Skip to content

Commit 662dc01

Browse files
fix typo
1 parent 7a0b54d commit 662dc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Class Reference
9595

9696
.. php:method:: remember(string $key, int $ttl, Closure $callback)
9797
98-
:param string $key: Ccahe item name
98+
:param string $key: Cache item name
9999
:param int $ttl: Time to live in seconds
100100
:param Closure $callback: Callback to invoke when the cache item returns null
101101
:returns: The value of the cache item

0 commit comments

Comments
 (0)