Skip to content

Commit 243146a

Browse files
committed
fix: spelling
1 parent f8aa7db commit 243146a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/ai-prompt-splitter/ai-prompt-splitter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const promptValidation = useValidation({
4646
</n-form-item>
4747
</c-card>
4848

49-
<c-card title="Splitted prompts">
49+
<c-card title="Divided prompts">
5050
<div v-for="(splittedPrompt, index) in splittedPrompts" :key="index">
5151
<TextareaCopyable :value="splittedPrompt" />
5252
</div>

src/tools/ai-prompt-splitter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
44
export const tool = defineTool({
55
name: 'AI Prompt Splitter',
66
path: '/ai-prompt-splitter',
7-
description: 'Split a long document to multiple chat (ie ChatGPT) priompts',
7+
description: 'Split a long document to multiple chat (ie ChatGPT) prompts',
88
keywords: ['ai', 'chatgpt', 'gpt', 'prompt', 'splitter'],
99
component: () => import('./ai-prompt-splitter.vue'),
1010
icon: Prompt,

0 commit comments

Comments
 (0)