Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Jonasei authored Apr 12, 2024
1 parent 7e6bbed commit 9f4ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This will generate following schema:
String that is valid regular expression, according to the ECMA-262 regular expression dialect. [section 6.3.3](https://json-schema.org/draft/2020-12/json-schema-validation#section-6.3.3)

```yaml
nameOverride: "myapp" # @schema patter:^[a-z]+$
nameOverride: "myapp" # @schema pattern:^[a-z]+$
```
This will generate following schema:
Expand Down

0 comments on commit 9f4ce65

Please sign in to comment.