Skip to content

Commit 9b33fe6

Browse files
authored
Fix the typo in the docs
1 parent 5675aec commit 9b33fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/spring-cloud-netflix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Do not use the `EurekaClient` in a `@PostConstruct` method or in a `@Scheduled`
266266
It is initialized in a `SmartLifecycle` (with `phase=0`), so the earliest you can rely on it being available is in another `SmartLifecycle` with a higher phase.
267267
====
268268

269-
==== EurekaClient without Jersey
269+
==== EurekaClient with Jersey
270270

271271
By default, EurekaClient uses Spring's `RestTemplate` for HTTP communication.
272272
If you wish to use Jersey instead, you need to add the Jersey dependencies to your classpath.

0 commit comments

Comments
 (0)