We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3080fb4 commit 53050a3Copy full SHA for 53050a3
scripts/apidoc/parameterDefaults.ts
@@ -59,7 +59,7 @@ function cleanParameterDefault(value?: string): string {
59
}
60
61
/**
62
- * Serializer that adds the `implementationDefaultParameters` to the JSOn output.
+ * Serializer that adds the `implementationDefaultParameters` to the JSON output.
63
*/
64
export class DefaultParameterAwareSerializer extends SerializerComponent<Reflection> {
65
serializeGroup(instance: unknown): boolean {
0 commit comments