Skip to content

Commit

Permalink
docs: fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 14, 2024
1 parent aeea8df commit 2a3fea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astroui/status/component.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ end
--- A function to build a set of children components for an LSP breadcrumbs section
---@param opts? table options for configuring breadcrumbs and the overall padding
---@return table # The Heirline component table
-- @usage local heirline_component = require("astroui.status").component.breadcumbs()
-- @usage local heirline_component = require("astroui.status").component.breadcrumbs()
function M.breadcrumbs(opts)
opts = extend_tbl({ padding = { left = 1 }, condition = condition.aerial_available, update = "CursorMoved" }, opts)
opts.init = init.breadcrumbs(opts)
Expand Down

0 comments on commit 2a3fea7

Please sign in to comment.