Skip to content

Commit 242aed3

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: [Cache] Rewrod a phrase to remove the "basic" word
2 parents 11203d8 + 20fff81 commit 242aed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Using cache is a great way of making your application run quicker. The Symfony c
88
component is shipped with many adapters to different storages. Every adapter is
99
developed for high performance.
1010

11-
Basic uses of the cache looks like this::
11+
The following example shows a typical usage of the cache::
1212

1313
use Symfony\Contracts\Cache\ItemInterface;
1414

0 commit comments

Comments
 (0)