Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Nov 14, 2024
1 parent 2a3fea7 commit 6ee43b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function astroui.status.component.breadcrumbs(opts?: table)

*return* — The Heirline component table

@usage local heirline_component = require("astroui.status").component.breadcumbs()
@usage local heirline_component = require("astroui.status").component.breadcrumbs()

### builder

Expand Down
2 changes: 1 addition & 1 deletion doc/astroui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ _param_ `opts` — options for configuring breadcrumbs and the overall padding
_return_ — The Heirline component table

@usage local heirline_component =
require("astroui.status").component.breadcumbs()
require("astroui.status").component.breadcrumbs()


BUILDER ~
Expand Down

0 comments on commit 6ee43b7

Please sign in to comment.