Skip to content

Commit 9e603a3

Browse files
cathyprimeechasnovski
authored andcommitted
docs(icons): fix typo in command example
1 parent f8533c1 commit 9e603a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-icons.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Parameters ~
372372

373373
Icon data is attempted to be resolved in the following order:
374374
- List of user configured and built-in file names (matched to basename
375-
of the input exactly). Run `:=MiniIcons.list('flle')` to see them.
375+
of the input exactly). Run `:=MiniIcons.list('file')` to see them.
376376
- Basename extension:
377377
- Matched directly as `get('extension', ext)`, where `ext` is the
378378
widest suffix after the dot.

lua/mini/icons.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ MiniIcons.config = {
390390
---
391391
--- Icon data is attempted to be resolved in the following order:
392392
--- - List of user configured and built-in file names (matched to basename
393-
--- of the input exactly). Run `:=MiniIcons.list('flle')` to see them.
393+
--- of the input exactly). Run `:=MiniIcons.list('file')` to see them.
394394
--- - Basename extension:
395395
--- - Matched directly as `get('extension', ext)`, where `ext` is the
396396
--- widest suffix after the dot.

0 commit comments

Comments
 (0)