Skip to content

Commit 508abf3

Browse files
docs: fix typo 'definittions' (#558)
1 parent 05732e0 commit 508abf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slate-docs/source/includes/_main-generator-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ configBuilder.without(
305305
</tr>
306306
<tr>
307307
<td>For a member (field/method), having a declared type for which subtypes are being detected, include a single definition with any collected member attributes assigned directly. Any subtypes are only being handled as generic types, i.e., outside of the member context. That means, certain relevant annotations may be ignored (e.g. a jackson <code>@JsonTypeInfo</code> override on a single member would not be correctly reflected in the produced schema).</td>
308-
<td>For a member (field/method), having a declared type for which subtypes are being detected, include a list of definittions: one for each subtype in the given member's context. This allows independently interpreting contextual information (e.g., member annotations) for each subtype.</td>
308+
<td>For a member (field/method), having a declared type for which subtypes are being detected, include a list of definitions: one for each subtype in the given member's context. This allows independently interpreting contextual information (e.g., member annotations) for each subtype.</td>
309309
</tr>
310310
<tr><th>#</th><th>Behavior if included</th><th>Behavior if excluded</th></tr>
311311
<tr>

0 commit comments

Comments
 (0)