Skip to content

Commit 41c25ff

Browse files
algolia-botkai687millotp
committed
fix(specs): adjust style for banner descriptions (generated)
algolia/api-clients-automation#4362 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 0d24c37 commit 41c25ff

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

algoliasearch/Models/Recommend/Banner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Recommend;
1313

1414
/// <summary>
15-
/// a search banner with image and url.
15+
/// Banner with image and link to redirect users.
1616
/// </summary>
1717
public partial class Banner
1818
{

algoliasearch/Models/Recommend/BannerImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Recommend;
1313

1414
/// <summary>
15-
/// image of a search banner.
15+
/// Image to show inside a banner.
1616
/// </summary>
1717
public partial class BannerImage
1818
{

algoliasearch/Models/Recommend/BannerImageUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Recommend;
1313

1414
/// <summary>
15-
/// url for a search banner image.
15+
/// URL for an image to show inside a banner.
1616
/// </summary>
1717
public partial class BannerImageUrl
1818
{

algoliasearch/Models/Recommend/BannerLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Recommend;
1313

1414
/// <summary>
15-
/// link for a banner defined in merchandising studio.
15+
/// Link for a banner defined in the Merchandising Studio.
1616
/// </summary>
1717
public partial class BannerLink
1818
{

algoliasearch/Models/Recommend/Widgets.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Recommend;
1313

1414
/// <summary>
15-
/// widgets returned from any rules that are applied to the current search.
15+
/// Widgets returned from any rules that are applied to the current search.
1616
/// </summary>
1717
public partial class Widgets
1818
{
@@ -24,9 +24,9 @@ public Widgets()
2424
}
2525

2626
/// <summary>
27-
/// banners defined in the merchandising studio for the given search.
27+
/// Banners defined in the Merchandising Studio for a given search.
2828
/// </summary>
29-
/// <value>banners defined in the merchandising studio for the given search.</value>
29+
/// <value>Banners defined in the Merchandising Studio for a given search.</value>
3030
[JsonPropertyName("banners")]
3131
public List<Banner> Banners { get; set; }
3232

algoliasearch/Models/Search/Banner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// a search banner with image and url.
15+
/// Banner with image and link to redirect users.
1616
/// </summary>
1717
public partial class Banner
1818
{

algoliasearch/Models/Search/BannerImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// image of a search banner.
15+
/// Image to show inside a banner.
1616
/// </summary>
1717
public partial class BannerImage
1818
{

algoliasearch/Models/Search/BannerImageUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// url for a search banner image.
15+
/// URL for an image to show inside a banner.
1616
/// </summary>
1717
public partial class BannerImageUrl
1818
{

algoliasearch/Models/Search/BannerLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// link for a banner defined in merchandising studio.
15+
/// Link for a banner defined in the Merchandising Studio.
1616
/// </summary>
1717
public partial class BannerLink
1818
{

algoliasearch/Models/Search/Widgets.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// widgets returned from any rules that are applied to the current search.
15+
/// Widgets returned from any rules that are applied to the current search.
1616
/// </summary>
1717
public partial class Widgets
1818
{
@@ -24,9 +24,9 @@ public Widgets()
2424
}
2525

2626
/// <summary>
27-
/// banners defined in the merchandising studio for the given search.
27+
/// Banners defined in the Merchandising Studio for a given search.
2828
/// </summary>
29-
/// <value>banners defined in the merchandising studio for the given search.</value>
29+
/// <value>Banners defined in the Merchandising Studio for a given search.</value>
3030
[JsonPropertyName("banners")]
3131
public List<Banner> Banners { get; set; }
3232

0 commit comments

Comments
 (0)