Skip to content

Commit e58fd93

Browse files
committed
fix typo
1 parent e094a29 commit e58fd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class RootCommandImplementation {
9393
getDefaultValue: static () => false
9494
);
9595
private static readonly Option<bool> optionGenerateNullableAnnotations = new(
96-
aliases: new[] { "--generate-nullableanotations" },
96+
aliases: new[] { "--generate-nullableannotations" },
9797
description: "Generates declarations with nullable annotations.",
9898
getDefaultValue: static () => true
9999
);

0 commit comments

Comments
 (0)