Skip to content

Commit d5d4f88

Browse files
committed
docs: fix typo
1 parent 75cb889 commit d5d4f88

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
@@ -1343,7 +1343,7 @@ In order to allow customization of regular expressions a schema property `regexF
13431343
```ts
13441344
const { errors } = compileSchema({
13451345
type: "string",
1346-
pattern: "^[a-zA-Z0-9+_.\-]+"
1346+
pattern: "^[a-zA-Z0-9+_.-]+",
13471347
regexFlags: "v"
13481348
}).validate("-");
13491349
```

0 commit comments

Comments
 (0)