We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68543a commit b898172Copy full SHA for b898172
src/Configuration/Option/Connections.php
@@ -57,7 +57,7 @@ public function filter(OptionsInterface $options, $value)
57
* The factory instance is configured according to the supplied named array
58
* mapping URI schemes (passed as keys) to the FCQN of classes implementing
59
* Predis\Connection\NodeConnectionInterface, or callable objects acting as
60
- * lazy initalizers and returning new instances of classes implementing
+ * lazy initializers and returning new instances of classes implementing
61
* Predis\Connection\NodeConnectionInterface.
62
*
63
* @param OptionsInterface $options Client options
0 commit comments