Skip to content

Commit

Permalink
Fix typo in Diagnostic help link JSON property (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Sep 21, 2021
1 parent b35a97c commit 28084be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override void WriteJson(

if (!string.IsNullOrWhiteSpace(value.Descriptor.HelpLinkUri))
{
writer.WritePropertyName("HelpLin");
writer.WritePropertyName("HelpLink");
writer.WriteValue(value.Descriptor.HelpLinkUri);
}

Expand Down

0 comments on commit 28084be

Please sign in to comment.