Skip to content

Commit 9676641

Browse files
Fix typo
1 parent 16eef38 commit 9676641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ how it automatically combines concurrent, compatible API requests.
226226
even if they specify different values for those options.
227227

228228
To take advantage of this feature,
229-
it’s recommended to use `set( ... )` instead of `[ ... ]` for most “list-like” API paremeters,
229+
it’s recommended to use `set( ... )` instead of `[ ... ]` for most “list-like” API parameters,
230230
even if you’re only specifying a single set element,
231231
as long as that parameter is safe to merge with other requests.
232232
For example, consider this request from the usage example above:

0 commit comments

Comments
 (0)