Skip to content

Commit 2a09dad

Browse files
authored
Merge pull request #138 from andytait/patch-1
Replace "everywhere" with "anywhere" in documentation
2 parents 40b748c + f787acd commit 2a09dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Flysystem adapter is a class implementing the `League\Flysystem\FilesystemAdap
1212
To learn all the details about how to create this class, you can read the
1313
[library documentation](https://flysystem.thephpleague.com/v2/docs/advanced/creating-an-adapter/).
1414

15-
You can create this class everywhere you want in your application. We usually recommend a clear
15+
You can create this class anywhere you want in your application. We usually recommend a clear
1616
namespace and class name such as `App\Flysystem\MyCustomAdapter`.
1717

1818
## Using the adapter in a storage configuration

0 commit comments

Comments
 (0)