Skip to content

Commit e657e2a

Browse files
fix(specs): Increase optionalWords visibility in docs (generated)
algolia/api-clients-automation#4559 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: gazconroy <gazconroyster@gmail.com>
1 parent d59086e commit e657e2a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

packages/algoliasearch/lib/src/api/search_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class SearchClient implements ApiClient {
4646
_retryStrategy.requester.setClientApiKey(apiKey);
4747
}
4848

49-
/// This method allow you to send requests to the Algolia REST API.
49+
/// This method lets you send requests to the Algolia REST API.
5050
///
5151
/// Parameters:
5252
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.

packages/client_insights/lib/src/api/insights_client.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class InsightsClient implements ApiClient {
4747
_retryStrategy.requester.setClientApiKey(apiKey);
4848
}
4949

50-
/// This method allow you to send requests to the Algolia REST API.
50+
/// This method lets you send requests to the Algolia REST API.
5151
///
5252
/// Parameters:
5353
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -80,7 +80,7 @@ final class InsightsClient implements ApiClient {
8080
);
8181
}
8282

83-
/// This method allow you to send requests to the Algolia REST API.
83+
/// This method lets you send requests to the Algolia REST API.
8484
///
8585
/// Parameters:
8686
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -113,7 +113,7 @@ final class InsightsClient implements ApiClient {
113113
);
114114
}
115115

116-
/// This method allow you to send requests to the Algolia REST API.
116+
/// This method lets you send requests to the Algolia REST API.
117117
///
118118
/// Parameters:
119119
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -149,7 +149,7 @@ final class InsightsClient implements ApiClient {
149149
);
150150
}
151151

152-
/// This method allow you to send requests to the Algolia REST API.
152+
/// This method lets you send requests to the Algolia REST API.
153153
///
154154
/// Parameters:
155155
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.

packages/client_recommend/lib/src/api/recommend_client.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ final class RecommendClient implements ApiClient {
8989
);
9090
}
9191

92-
/// This method allow you to send requests to the Algolia REST API.
92+
/// This method lets you send requests to the Algolia REST API.
9393
///
9494
/// Parameters:
9595
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -122,7 +122,7 @@ final class RecommendClient implements ApiClient {
122122
);
123123
}
124124

125-
/// This method allow you to send requests to the Algolia REST API.
125+
/// This method lets you send requests to the Algolia REST API.
126126
///
127127
/// Parameters:
128128
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -155,7 +155,7 @@ final class RecommendClient implements ApiClient {
155155
);
156156
}
157157

158-
/// This method allow you to send requests to the Algolia REST API.
158+
/// This method lets you send requests to the Algolia REST API.
159159
///
160160
/// Parameters:
161161
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -191,7 +191,7 @@ final class RecommendClient implements ApiClient {
191191
);
192192
}
193193

194-
/// This method allow you to send requests to the Algolia REST API.
194+
/// This method lets you send requests to the Algolia REST API.
195195
///
196196
/// Parameters:
197197
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.

packages/client_search/lib/src/api/search_client.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ final class SearchClient implements ApiClient {
493493
);
494494
}
495495

496-
/// This method allow you to send requests to the Algolia REST API.
496+
/// This method lets you send requests to the Algolia REST API.
497497
///
498498
/// Parameters:
499499
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -526,7 +526,7 @@ final class SearchClient implements ApiClient {
526526
);
527527
}
528528

529-
/// This method allow you to send requests to the Algolia REST API.
529+
/// This method lets you send requests to the Algolia REST API.
530530
///
531531
/// Parameters:
532532
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -559,7 +559,7 @@ final class SearchClient implements ApiClient {
559559
);
560560
}
561561

562-
/// This method allow you to send requests to the Algolia REST API.
562+
/// This method lets you send requests to the Algolia REST API.
563563
///
564564
/// Parameters:
565565
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -595,7 +595,7 @@ final class SearchClient implements ApiClient {
595595
);
596596
}
597597

598-
/// This method allow you to send requests to the Algolia REST API.
598+
/// This method lets you send requests to the Algolia REST API.
599599
///
600600
/// Parameters:
601601
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.

0 commit comments

Comments
 (0)