Skip to content

Commit 7d70ce7

Browse files
committed
[Cache] Rewrod a phrase to remove the "basic" word
1 parent a9f0078 commit 7d70ce7

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
if (!$cache->has('my_cache_key')) {
1414
// ... do some HTTP request or heavy computations

0 commit comments

Comments
 (0)