Skip to content

Commit 426eda3

Browse files
authored
Update DHttpApi.java
1 parent a076595 commit 426eda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-client/src/main/java/io/avaje/http/client/DHttpApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <T> T provideFor(Class<T> type, HttpClient httpClient) {
4242
+ type
4343
+ "\nPossible Causes: \n"
4444
+ "1. Missing @Client or @Client.Import annotation.\n"
45-
+ "2. The avaje-http-client-generator depedency was not available during compilation\n");
45+
+ "2. The avaje-http-client-generator dependency was not available during compilation\n");
4646
}
4747
return apiProvider.provide(httpClient);
4848
}

0 commit comments

Comments
 (0)