We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eef38 commit 9676641Copy full SHA for 9676641
README.md
@@ -226,7 +226,7 @@ how it automatically combines concurrent, compatible API requests.
226
even if they specify different values for those options.
227
228
To take advantage of this feature,
229
-it’s recommended to use `set( ... )` instead of `[ ... ]` for most “list-like” API paremeters,
+it’s recommended to use `set( ... )` instead of `[ ... ]` for most “list-like” API parameters,
230
even if you’re only specifying a single set element,
231
as long as that parameter is safe to merge with other requests.
232
For example, consider this request from the usage example above:
0 commit comments