Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16a5632

Browse files
authoredJan 13, 2025··
Update bubbles.lua
fix typos
1 parent 2a5bae9 commit 16a5632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/bubbles.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require('lualine').setup {
4141
lualine_a = { { 'mode', separator = { left = '' }, right_padding = 2 } },
4242
lualine_b = { 'filename', 'branch' },
4343
lualine_c = {
44-
'%=', --[[ add your center compoentnts here in place of this comment ]]
44+
'%=', --[[ add your center components here in place of this comment ]]
4545
},
4646
lualine_x = {},
4747
lualine_y = { 'filetype', 'progress' },

0 commit comments

Comments
 (0)
Please sign in to comment.