Skip to content

Commit d83b89c

Browse files
committed
fix: fix typo
1 parent 7368e62 commit d83b89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function M.setup(opts)
4343
M.config = require("astrotheme.lib.config").user_config(opts)
4444
M.config.plugins = util.get_plugin_list(M.config)
4545

46-
if opts.dev then util.live_reloading() end
46+
if opts.dev then util.live_reload() end
4747
end
4848

4949
return M

0 commit comments

Comments
 (0)