Skip to content

Commit 8ee237a

Browse files
committed
Fix documentation syntax typo
1 parent 123b90f commit 8ee237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ By default Jersey will be set up as a Servlet in a `@Bean` of type
10871087
`ServletRegistrationBean` named "jerseyServletRegistration". You can disable or override
10881088
that bean by creating one of your own with the same name. You can also use a Filter
10891089
instead of a Servlet by setting `spring.jersey.type=filter` (in which case the `@Bean` to
1090-
replace or override is "jerseyFilterRegistration"). The servlet has an `@Order`which you
1090+
replace or override is "jerseyFilterRegistration"). The servlet has an `@Order` which you
10911091
can set with `spring.jersey.filter.order`. Both the Servlet and the Filter registrations
10921092
can be given init parameters using `spring.jersey.init.*` to specify a map of properties.
10931093

0 commit comments

Comments
 (0)