We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72166c3 commit 028b953Copy full SHA for 028b953
1 file changed
docs/1-getting-started.md
@@ -91,7 +91,7 @@ While using the default storage can be enough, it is usually recommended to crea
91
storages, even if behind the scene you may rely on the same adapter.
92
93
The reason for this is the added readability this provides to your project code: by naming
94
-your storages using their **intents**, your will naturally increase the readability of your
+your storages using their **intents**, you will naturally increase the readability of your
95
autowired arguments. For example:
96
97
```yaml
0 commit comments