Skip to content

Commit 009435c

Browse files
abeldekatechasnovski
authored andcommitted
docs(colors): fix typo in :Colorscheme
1 parent 069935e commit 009435c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-colors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Module setup
669669
Calling this function creates a `:Colorscheme` user command. It takes one or
670670
more registered color scheme names and performs animated transition between
671671
them (starting from currently active color scheme).
672-
It uses |MiniColors.animte()| with default options.
672+
It uses |MiniColors.animate()| with default options.
673673

674674
Parameters ~
675675
{config} `(table|nil)` Module config table. See |MiniColors.config|.

lua/mini/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ local H = {}
636636
--- Calling this function creates a `:Colorscheme` user command. It takes one or
637637
--- more registered color scheme names and performs animated transition between
638638
--- them (starting from currently active color scheme).
639-
--- It uses |MiniColors.animte()| with default options.
639+
--- It uses |MiniColors.animate()| with default options.
640640
---
641641
---@param config table|nil Module config table. See |MiniColors.config|.
642642
---

0 commit comments

Comments
 (0)