Skip to content

Commit 048b0ba

Browse files
drodatacebe
authored andcommitted
Fixed wording
close yiisoft#10718
1 parent 8ea4c66 commit 048b0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/caching-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Data Caching
22
============
33

4-
Data caching is about storing some PHP variable in cache and retrieving it later from cache.
4+
Data caching is about storing some PHP variables in cache and retrieving it later from cache.
55
It is also the foundation for more advanced caching features, such as [query caching](#query-caching)
66
and [page caching](caching-page.md).
77

@@ -283,7 +283,7 @@ You can flush the cache from the console by calling `yii cache/flush` as well.
283283
names separated with space)
284284
- `yii cache/flush-all`: flushes all cache components in the application
285285

286-
> Info: Console application uses separate configuration file be default. Ensure, that you have the same caching
286+
> Info: Console application uses a separate configuration file by default. Ensure, that you have the same caching
287287
components in your web and console application configs to reach the proper effect.
288288

289289

0 commit comments

Comments
 (0)