Skip to content

Commit 140cfa6

Browse files
authored
Merge pull request #1238 from cvlab/patch-1
Fix mistype in README.md
2 parents f3cb494 + e7f0c81 commit 140cfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You can add additional formats and replace any of the formats above using [addFo
321321

322322
The option `unknownFormats` allows changing the default behaviour when an unknown format is encountered. In this case Ajv can either fail schema compilation (default) or ignore it (default in versions before 5.0.0). You also can whitelist specific format(s) to be ignored. See [Options](#options) for details.
323323

324-
You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validatorv/ajv/blob/master/lib/compile/formats.js).
324+
You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js).
325325

326326

327327
## <a name="ref"></a>Combining schemas with $ref

0 commit comments

Comments
 (0)