Skip to content

Commit 0095a6e

Browse files
committed
Add (Optional) to connection parameters tooltip
1 parent dbb214a commit 0095a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export function ConfigEditor(props: Props) {
168168
></Input>
169169
</InlineField>
170170
</InlineFieldRow>
171-
<InlineField label="Connection parameters" tooltip="Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
171+
<InlineField label="Connection parameters" tooltip="(Optional) Connection parameters appended to the connection string. For example retryWrites=true&w=majority&appName=default-cluster">
172172
<Input
173173
required
174174
id="config-editor-connection-parameters"

0 commit comments

Comments
 (0)