Skip to content

Commit

Permalink
Merge pull request #138 from andytait/patch-1
Browse files Browse the repository at this point in the history
Replace "everywhere" with "anywhere" in documentation
  • Loading branch information
tgalopin authored May 9, 2023
2 parents 40b748c + f787acd commit 2a09dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5-creating-a-custom-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Flysystem adapter is a class implementing the `League\Flysystem\FilesystemAdap
To learn all the details about how to create this class, you can read the
[library documentation](https://flysystem.thephpleague.com/v2/docs/advanced/creating-an-adapter/).

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

## Using the adapter in a storage configuration
Expand Down

0 comments on commit 2a09dad

Please sign in to comment.