Skip to content
Snippets Groups Projects
Verified Commit 6fdaee7c authored by Alex Gleason's avatar Alex Gleason
Browse files

description.exs typofixes

parent 38425ebd
No related branches found
No related tags found
No related merge requests found
......@@ -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]
},
%{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment