Skip to content

Commit 95e39bb

Browse files
authored
add rule for "host name" over "hostname" in prose (#37)
1 parent 81778d7 commit 95e39bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports.plugins = [
4343
{ no: "End-Of-Life", yes: "End-of-Life" },
4444
{ no: "End-of-life", yes: "End-of-Life" },
4545
{ no: "Github", yes: "GitHub" },
46+
{ no: "hostname", yes: "host name" },
4647
{ no: "[Jj]avascript", yes: "JavaScript" },
4748
{ no: "Node", yes: "Node.js" },
4849
{ no: "Node.JS", yes: "Node.js" },

0 commit comments

Comments
 (0)