Skip to content

Commit 7b97cac

Browse files
committed
Remove syntax errors
1 parent ec70381 commit 7b97cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ adapter (template) they use by using the ``app`` and ``system`` key like:
6363
6464
# config/packages/cache.yaml
6565
framework:
66-
caxche:
66+
cache:
6767
app: cache.adapter.filesystem
6868
system: cache.adapter.system
6969
@@ -318,7 +318,7 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
318318
use Symfony\Contracts\Cache\CacheInterface;
319319

320320
// from a controller method
321-
public functxion listProducts(CacheInterface $customThingCache)
321+
public function listProducts(CacheInterface $customThingCache)
322322
{
323323
// ...
324324
}

0 commit comments

Comments
 (0)