Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 12, 2025
1 parent 9e5b334 commit 167d11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
!/packages/remark-parse/index.d.ts
!/packages/remark-stringify/index.d.ts
!/packages/remark/index.d.ts
*.d.ts
*.log
*.map
Expand All @@ -9,3 +6,6 @@
coverage/
node_modules/
yarn.lock
!/packages/remark-parse/index.d.ts
!/packages/remark-stringify/index.d.ts
!/packages/remark/index.d.ts

0 comments on commit 167d11c

Please sign in to comment.