Skip to content

Commit efe0e2f

Browse files
Typo
1 parent 255b0a2 commit efe0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/APIprotector/apiprotector/service/OverviewService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public Mono<String> getOverview(String jsonContents) {
4343
return Mono.error(new IllegalArgumentException("Input JSON data cannot be empty."));
4444
}
4545

46-
return sendPrompt(this.prompt + "\n\nHre is the JSON data to analyze:\n```json\n" + jsonContents + "\n```\n");
46+
return sendPrompt(this.prompt + "\n\nHere is the JSON data to analyze:\n```json\n" + jsonContents + "\n```\n");
4747
}
4848

4949
public Mono<String> sendPrompt(String prompt) {

0 commit comments

Comments
 (0)