From 965914f5d7a230a2037d3c3cb1b41d0633be649d Mon Sep 17 00:00:00 2001 From: Artem Genvald Date: Wed, 25 Oct 2017 16:38:25 +0300 Subject: [PATCH] Typo fix --- src/JsonSchema/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonSchema/Validator.php b/src/JsonSchema/Validator.php index e2a919bc..114b84f1 100644 --- a/src/JsonSchema/Validator.php +++ b/src/JsonSchema/Validator.php @@ -30,7 +30,7 @@ class Validator extends BaseConstraint * Both the php object and the schema are supposed to be a result of a json_decode call. * The validation works as defined by the schema proposal in http://json-schema.org. * - * Note that the first argument is passwd by reference, so you must pass in a variable. + * Note that the first argument is passed by reference, so you must pass in a variable. * * {@inheritdoc} */