Skip to content

Commit 01895d6

Browse files
authored
Merge pull request thephpleague#45 from pgrimaud/master
Fix typos
2 parents d485109 + 8d342e1 commit 01895d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

docs/4-caching-metadata-in-symfony-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and a [Symfony cache pool](https://symfony.com/doc/current/reference/configurati
2727
Most 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

docs/6-creating-a-custom-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1212
To 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

0 commit comments

Comments
 (0)