Skip to content

Commit 9426b38

Browse files
committed
chore: apply suggestions
1 parent 1bd2dfd commit 9426b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apidoc/parameterDefaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function cleanParameterDefault(value?: string): string {
5959
}
6060

6161
/**
62-
* Serializer that adds the `implementationDefaultParameters` to the JSOn output.
62+
* Serializer that adds the `implementationDefaultParameters` to the JSON output.
6363
*/
6464
export class DefaultParameterAwareSerializer extends SerializerComponent<Reflection> {
6565
serializeGroup(instance: unknown): boolean {

0 commit comments

Comments
 (0)