8000 Fix typo · symfony/symfony-docs@b29d9db · GitHub
[go: up one dir, main page]

Skip to content

Commit b29d9db

Browse files
author
Ahmed TAILOULOUTE
committed
Fix typo
1 parent aa0a7aa commit b29d9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cache Invalidation
77

88
Cache invalidation is the process of removing all cached items related to a
99
change in the state of your model. The most basic kind of invalidation is direct
10-
items deletion. But when the state of a primary resource has spread accross
10+
items deletion. But when the state of a primary resource has spread across
1111
several cached items, keeping them in sync can be difficult.
1212

1313
The Symfony Cache component provides two mechanisms to help solving this problem:

0 commit comments

Comments
 (0)
0