From 9f4ce65b3082a0f65f941f3e510bbe9acde326a1 Mon Sep 17 00:00:00 2001 From: Jonasei Date: Fri, 12 Apr 2024 12:22:50 +0200 Subject: [PATCH] Update README.md Fixed typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0e7dfd8..d051c13 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: