Skip to content

Commit bea505d

Browse files
committed
Fix typos in reference manual
1 parent 5c28b56 commit bea505d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-docs/src/docs/asciidoc/integration/rest-clients.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ method parameters:
417417
| Dynamically set the HTTP method for the request, overriding the annotation's `method` attribute
418418

419419
| `@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
421421
`MultiValueMap<String, ?>` with multiple headers, a `Collection<?>` of values, or an
422422
individual value. Type conversion is supported for non-String values.
423423

@@ -432,7 +432,7 @@ method parameters:
432432
through the configured `ReactiveAdapterRegistry`.
433433

434434
| `@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, ?>`
436436
or `MultiValueMap<String, ?>` with multiple parameters, a `Collection<?>` of values, or
437437
an individual value. Type conversion is supported for non-String values.
438438

@@ -446,7 +446,7 @@ method parameters:
446446
a Spring `Part`, or Reactive Streams `Publisher` of any of the above.
447447

448448
| `@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
450450
`MultiValueMap<String, ?>` with multiple cookies, a `Collection<?>` of values, or an
451451
individual value. Type conversion is supported for non-String values.
452452

0 commit comments

Comments
 (0)