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 1bd2dfd commit 9426b38Copy full SHA for 9426b38
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