diff --git a/plugins/web-searcher/Models/BingSearchResponse.cs b/plugins/web-searcher/Models/BingSearchResponse.cs index d2310b8e2..02e2ebc95 100644 --- a/plugins/web-searcher/Models/BingSearchResponse.cs +++ b/plugins/web-searcher/Models/BingSearchResponse.cs @@ -22,7 +22,7 @@ internal sealed class WebPage public string Url { get; set; } = string.Empty; /// - /// A snippet of text from the webpage that describes its contents. + /// A snippet of text from the webpage that describes its contents. /// [JsonPropertyName("snippet")] public string Snippet { get; set; } = string.Empty;