forked from AkkomaGang/akkoma
description.exs typofixes
This commit is contained in:
parent
38425ebdbf
commit
6fdaee7cae
1 changed files with 2 additions and 2 deletions
|
@ -2238,13 +2238,13 @@
|
|||
%{
|
||||
key: :new_window,
|
||||
type: :boolean,
|
||||
description: "Link URLs will open in new window/tab."
|
||||
description: "Link URLs will open in a new window/tab."
|
||||
},
|
||||
%{
|
||||
key: :truncate,
|
||||
type: [:integer, false],
|
||||
description:
|
||||
"Set to a number to truncate URLs longer then the number. Truncated URLs will end in `...`",
|
||||
"Set to a number to truncate URLs longer than the number. Truncated URLs will end in `...`",
|
||||
suggestions: [15, false]
|
||||
},
|
||||
%{
|
||||
|
|
Loading…
Reference in a new issue