File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,5 +121,5 @@ This library follows the same Backward Compatibility promise as the Symfony fram
121121[https://symfony.com/doc/current/contributing/code/bc.html](https://symfony.com/doc/current/contributing/code/bc.html)
122122
123123> *Note*: many classes in this bundle are either marked `@final` or `@internal`.
124- > `@internal` classes are excluded from any Backward Compatiblity promise (you should not use them in your code)
124+ > `@internal` classes are excluded from any Backward Compatibility promise (you should not use them in your code)
125125> whereas `@final` classes can be used but should not be extended (use composition instead).
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ and a [Symfony cache pool](https://symfony.com/doc/current/reference/configurati
2727Most of the time you are only going to need one of two possibilities:
2828
2929* in-memory cache (will expire at the end of the CLI process or HTTP request) ;
30- * persistant cache (will stay persistent in a cache backend) ;
30+ * persistent cache (will stay persistent in a cache backend) ;
3131
3232#### Memory caching
3333
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and then use it in your storages configuration.
88
99## Creating the adapter class
1010
11- A Flysystem adapter is a class implementing the ` League\Flysystem\AdapterInterface ` inteface .
11+ A Flysystem adapter is a class implementing the ` League\Flysystem\AdapterInterface ` interface .
1212To learn all the details about how to create this class, you can read the
1313[ library documentation] ( https://flysystem.thephpleague.com/docs/advanced/creating-an-adapter/ ) .
1414
You can’t perform that action at this time.
0 commit comments