Skip to content

Commit f787acd

Browse files
authored
Replace "everywhere" with "anywhere" in documentation
This makes more sense, in this context.
1 parent 40b748c commit f787acd

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)