Skip to content

Commit 3066e91

Browse files
committed
grammar fixes
1 parent 558bdf3 commit 3066e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/pages/configuration/_models.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
margin-top: 2.2rem;
6969

7070
.api-info {
71-
margin-bottom: 1rem;
71+
margin-inline: 1rem;
7272
}
7373

7474
.api-key-form {

src/components/configuration/GeneralConfiguration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<BaseInput :model-value="customInstructions" @change="handleChange" type="textarea"
44
placeholder="E.g. Before running a query, analyze it for any potential issues." rows="4">
55
<template #label>Custom Instructions</template>
6-
<template #helper>Custom instructions will be appended to the <ExternalLink href="https://github.com/beekeeper-studio/bks-ai-shell/blob/main/instructions">default instructions</ExternalLink> and included with every messages you send as a system prompt. This instructions will be applied globally to all connections.</template>
6+
<template #helper>Custom instructions will be appended to the <ExternalLink href="https://github.com/beekeeper-studio/bks-ai-shell/blob/main/instructions">default instructions</ExternalLink> and included with every message you send as a system prompt. These instructions will be applied globally to all connections.</template>
77
</BaseInput>
88
<BaseInput type="switch" :model-value="allowExecutionOfReadOnlyQueries" @click="handleSwitchClick">
99
<template #label>

0 commit comments

Comments
 (0)