Fix typos related to indefinite articles

Closes gh-23555
This commit is contained in:
康智冬
2019-09-01 21:45:49 +08:00
committed by Sam Brannen
parent f05f993cc6
commit a6f4862f13
11 changed files with 12 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ since the later requires a reference to the outer class.
== Annotations
The Spring Framework also takes advantage of https://kotlinlang.org/docs/reference/null-safety.html[Kotlin null-safety]
to determine if a HTTP parameter is required without having to explicitly
to determine if an HTTP parameter is required without having to explicitly
define the `required` attribute. That means `@RequestParam name: String?` is treated
as not required and, conversely, `@RequestParam name: String` is treated as being required.
This feature is also supported on the Spring Messaging `@Header` annotation.