Skip to content

Commit 1f25fa8

Browse files
authored
fix: typo in code completion prompt (#15383)
fixes #15379
1 parent a25825d commit 1f25fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai-code-completion/src/browser/code-completion-prompt-template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ https://github.com/eclipse-theia/theia/discussions/new?category=prompt-template-
4040
- File: {{file}}
4141
- Language: {{language}}
4242
43-
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[MAKRER]] as plain text.`,
43+
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[MARKER]] as plain text.`,
4444
},
4545
];

0 commit comments

Comments
 (0)