Skip to content

Commit e351a94

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 087da0e commit e351a94

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

lib/algolia/models/recommend/banner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Recommend
8-
# a search banner with image and url.
8+
# Banner with image and link to redirect users.
99
class Banner
1010
attr_accessor :image
1111

lib/algolia/models/recommend/banner_image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Recommend
8-
# image of a search banner.
8+
# Image to show inside a banner.
99
class BannerImage
1010
attr_accessor :urls
1111

lib/algolia/models/recommend/banner_image_url.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Recommend
8-
# url for a search banner image.
8+
# URL for an image to show inside a banner.
99
class BannerImageUrl
1010
attr_accessor :url
1111

lib/algolia/models/recommend/banner_link.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Recommend
8-
# link for a banner defined in merchandising studio.
8+
# Link for a banner defined in the Merchandising Studio.
99
class BannerLink
1010
attr_accessor :url
1111

lib/algolia/models/recommend/widgets.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
module Algolia
77
module Recommend
8-
# widgets returned from any rules that are applied to the current search.
8+
# Widgets returned from any rules that are applied to the current search.
99
class Widgets
10-
# banners defined in the merchandising studio for the given search.
10+
# Banners defined in the Merchandising Studio for a given search.
1111
attr_accessor :banners
1212

1313
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/search/banner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Search
8-
# a search banner with image and url.
8+
# Banner with image and link to redirect users.
99
class Banner
1010
attr_accessor :image
1111

lib/algolia/models/search/banner_image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Search
8-
# image of a search banner.
8+
# Image to show inside a banner.
99
class BannerImage
1010
attr_accessor :urls
1111

lib/algolia/models/search/banner_image_url.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Search
8-
# url for a search banner image.
8+
# URL for an image to show inside a banner.
99
class BannerImageUrl
1010
attr_accessor :url
1111

lib/algolia/models/search/banner_link.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module Algolia
77
module Search
8-
# link for a banner defined in merchandising studio.
8+
# Link for a banner defined in the Merchandising Studio.
99
class BannerLink
1010
attr_accessor :url
1111

lib/algolia/models/search/widgets.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
module Algolia
77
module Search
8-
# widgets returned from any rules that are applied to the current search.
8+
# Widgets returned from any rules that are applied to the current search.
99
class Widgets
10-
# banners defined in the merchandising studio for the given search.
10+
# Banners defined in the Merchandising Studio for a given search.
1111
attr_accessor :banners
1212

1313
# Attribute mapping from ruby-style variable name to JSON key.

0 commit comments

Comments
 (0)