Skip to content

Commit eab4c97

Browse files
committed
chore(build): auto-generate vimdoc
1 parent 0182565 commit eab4c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ function astroui.status.condition.is_active()
517517

518518
A condition function if the window is currently active
519519

520-
*return* — whether or not the window is currently actie
520+
*return* — whether or not the window is currently active
521521

522522
@usage local heirline_component = { provider = "Example Provider", condition = require("astroui.status").condition.is_active }
523523

doc/astroui.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ IS_ACTIVE ~
747747

748748
A condition function if the window is currently active
749749

750-
_return_ — whether or not the window is currently actie
750+
_return_ — whether or not the window is currently active
751751

752752
@usage local heirline_component = { provider = "Example Provider", condition =
753753
require("astroui.status").condition.is_active }

0 commit comments

Comments
 (0)