Skip to content

Commit 0be3158

Browse files
Update _docs/schema/schemagen/schema-generation.md
Co-authored-by: Greg Dennis <gregsdennis@yahoo.com>
1 parent b68df4c commit 0be3158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_docs/schema/schemagen/schema-generation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ For your convenience, the `PropertyNameResolvers` static class defines a few com
291291
| PropertyNameResolvers.SnakeCase | `snake_case` |
292292
| PropertyNameResolvers.UpperSnakeCase | `UPPER_SNAKE_CASE` |
293293
294-
You can use them like this:
294+
They can be applied directly to the configuration property:
295+
295296
```c#
296297
SchemaGeneratorConfiguration config = new()
297298
{

0 commit comments

Comments
 (0)