Skip to content

Commit 1c350cb

Browse files
authored
Merge pull request #476 from Oliboy50/patch-1
Fix "read only" typo in SchemaGenerator configuration
2 parents 2623239 + ff13e1b commit 1c350cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema-generator/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ In such case, no mutator method will be generated.
196196

197197
## Making a Property Write Only
198198

199-
A property can be marked read only with the following configuration:
199+
A property can be marked write only with the following configuration:
200200

201201
```yaml
202202
Person:

0 commit comments

Comments
 (0)