Skip to content

Commit 32f25cc

Browse files
authored
Update GeneralConfigs.ts
This single letter ensures that documentation displayed at <https://mprojectscode.github.io/obsidian-meta-bind-plugin-docs/reference/inputfieldarguments/limit/> does not have a typo :^)
1 parent d5b02d5 commit 32f25cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/GeneralConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export const InputFieldArgumentConfigs: Record<InputFieldArgumentType, InputFiel
424424
{
425425
name: 'value',
426426
allowed: ['number'],
427-
description: 'character limit for text fields',
427+
description: 'a character limit for text fields',
428428
},
429429
],
430430
],

0 commit comments

Comments
 (0)