Skip to content

Commit 20fff81

Browse files
committed
minor #12361 [Cache] Reword a phrase to remove the "basic" word (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- [Cache] Reword a phrase to remove the "basic" word This fixes the error reported in #12228. Commits ------- 7d70ce7 [Cache] Rewrod a phrase to remove the "basic" word
2 parents 2120b4a + 7d70ce7 commit 20fff81

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)