Skip to content

Commit 8837667

Browse files
authored
Merge pull request thephpleague#193 from sajadtorkamani/patch-1
docs: fix small typos
2 parents b142136 + 9d8981d commit 8837667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/1-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For each storage defined under `flysystem.storages`, an associated service is cr
3838
name you provide (in this case, a service `default.storage` will be created). The bundle also
3939
creates a named alias for each of these services.
4040

41-
This means you have two way of using the defined storages:
41+
This means you have two ways of using the defined storages:
4242

4343
* either using autowiring, by typehinting against the `FilesystemOperator` and using the
4444
variable name matching one of your storages:
@@ -131,7 +131,7 @@ class MyService
131131

132132
## Using memory storage in tests
133133

134-
One of the best reason to use a filesystem abstraction in your project is the ability
134+
One of the best reasons to use a filesystem abstraction in your project is the ability
135135
it gives you to swap the actual implementation during tests.
136136

137137
More specifically, it can be useful to swap from a persisted storage to a memory one during
@@ -170,7 +170,7 @@ This configuration will swap every reference to the `users.storage` service (or
170170

171171
## Using read only to disallow any write operations
172172

173-
In some context, it can be useful to protect any write operations on your storages service.
173+
In some contexts, it can be useful to protect any write operations on your storages service.
174174

175175
To achieve this, you need to install the read-only package :
176176

0 commit comments

Comments
 (0)