Skip to content

Commit a16cdd2

Browse files
committed
Fix typo in reference docs
1 parent d1e279f commit a16cdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ One way to declare HTTP Service groups is via `@ImportHttpServices` annotations
11561156
[source,java,indent=0,subs="verbatim,quotes"]
11571157
----
11581158
@Configuration
1159-
@ImportHttpServices(group = "echo", types = {EchoServieA.class, EchoServiceB.class}) // <1>
1159+
@ImportHttpServices(group = "echo", types = {EchoServiceA.class, EchoServiceB.class}) // <1>
11601160
@ImportHttpServices(group = "greeting", basePackageClasses = GreetServiceA.class) // <2>
11611161
public class ClientConfig {
11621162
}

0 commit comments

Comments
 (0)