Skip to content

Commit 7bd1384

Browse files
committed
Merge 'upstream': fix typo opt -> opts
2 parents 74b8749 + bcdb4cd commit 7bd1384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/kickstart/plugins/which-key.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-- which loads which-key before all the UI elements are loaded. Events can be
1010
-- normal autocommands events (`:help autocmd-events`).
1111
--
12-
-- Then, because we use the `opt` key (recommended), the configuration runs
12+
-- Then, because we use the `opts` key (recommended), the configuration runs
1313
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
1414

1515
return {

0 commit comments

Comments
 (0)