Skip to content

Commit 4669eb0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/schema/schemagen/schema-generation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ There are four options:
270270
271271
### Property naming {#schema-schemagen-property-names}
272272
273-
In addition to the `[JsonPropertyName]` attribute, the configuration(`SchemaGeneratorConfiguration`) exposes a `PropertyNameResolver` delegate that allows you to define a custom method for altering property names from your code into the schema. The system will adjust property names accordingly.
273+
In addition to the `[JsonPropertyName]` attribute, `SchemaGeneratorConfiguration.PropertyNameResolver` allows you to define a custom method for altering property names from your code into the schema. The system will adjust property names accordingly.
274274
275275
```C#
276276
SchemaGeneratorConfiguration config = new()

0 commit comments

Comments
 (0)