Skip to content

Commit

Permalink
small typo fix (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ramirez authored Jan 4, 2022
1 parent 6363118 commit 1004124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim_comment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local api = vim.api
local M = {}

M.config = {
-- Linters prefer comment and line to hae a space in between
-- Linters prefer comment and line to have a space in between
marker_padding = true,
-- should comment out empty or whitespace only lines
comment_empty = true,
Expand Down

0 comments on commit 1004124

Please sign in to comment.