@@ -417,7 +417,7 @@ method parameters:
417
417
| Dynamically set the HTTP method for the request, overriding the annotation's `method` attribute
418
418
419
419
| `@RequestHeader`
420
- | Add a request header or mutliple headers. The argument may be a `Map<String, ?>` or
420
+ | Add a request header or multiple headers. The argument may be a `Map<String, ?>` or
421
421
`MultiValueMap<String, ?>` with multiple headers, a `Collection<?>` of values, or an
422
422
individual value. Type conversion is supported for non-String values.
423
423
@@ -432,7 +432,7 @@ method parameters:
432
432
through the configured `ReactiveAdapterRegistry`.
433
433
434
434
| `@RequestParam`
435
- | Add a request parameter or mutliple parameters. The argument may be a `Map<String, ?>`
435
+ | Add a request parameter or multiple parameters. The argument may be a `Map<String, ?>`
436
436
or `MultiValueMap<String, ?>` with multiple parameters, a `Collection<?>` of values, or
437
437
an individual value. Type conversion is supported for non-String values.
438
438
@@ -446,7 +446,7 @@ method parameters:
446
446
a Spring `Part`, or Reactive Streams `Publisher` of any of the above.
447
447
448
448
| `@CookieValue`
449
- | Add a cookie or mutliple cookies. The argument may be a `Map<String, ?>` or
449
+ | Add a cookie or multiple cookies. The argument may be a `Map<String, ?>` or
450
450
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
451
451
individual value. Type conversion is supported for non-String values.
452
452
0 commit comments