We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f0a62 commit dbe0212Copy full SHA for dbe0212
plugins/web-searcher/Models/BingSearchResponse.cs
@@ -22,7 +22,7 @@ internal sealed class WebPage
22
public string Url { get; set; } = string.Empty;
23
24
/// <summary>
25
- /// A snippet of text from the webpage that describes its contents.
+ /// A snippet of text from the webpage that describes its contents.
26
/// </summary>
27
[JsonPropertyName("snippet")]
28
public string Snippet { get; set; } = string.Empty;
0 commit comments