Skip to content

Commit 9ca3897

Browse files
authored
Merge pull request #485 from Geolim4/final
Fixed typo in doc
2 parents 47a5d28 + fa30b6c commit 9ca3897

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Driver descriptions
1+
### Drivers descriptions
22
* Apc
33
* The Alternative Php Cache (APC) driver. A memory cache for regular performances.
44
* Apcu

docs/migration/MigratingFromV5ToV6.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ In the V5 the driver was making use of of the [deprecated class Mongo](http://ph
231231

232232
#### :alarm_clock: Now:
233233
In the V6 we made an important change: We now make use of [Mongodb Driver](http://php.net/manual/fr/set.mongodb.php)
234-
Only your code configuration will have to be updated, PhpFastCache manages all the abstract couch by itself.
234+
Only your code configuration will have to be updated, PhpFastCache manages all the abstract part by itself.
235235

236236
### DriverStatistic class name has changed
237237
:warning: As of the V6, DriverStatistic class name has changed for a better classes name normalization
@@ -240,4 +240,5 @@ Only your code configuration will have to be updated, PhpFastCache manages all t
240240
In the V5 the class was named `phpFastCache\Entities\driverStatistic`
241241

242242
#### :alarm_clock: Now:
243-
In the V6 it has changed and is now `phpFastCache\Entities\DriverStatistic` (with a **D** uppercase)
243+
In the V6 it has changed and is now `phpFastCache\Entities\DriverStatistic` (with a **D** uppercase), you may need to re-fetch your
244+
git repository completely on some operating systems (especially Windows, meh).

0 commit comments

Comments
 (0)