Skip to content

Commit 8b8debf

Browse files
authored
feat(dictionary): added "hi" (same as "hello")
1 parent eb94f2d commit 8b8debf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dictionary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
woman: 'wench',
88
lawyer: 'scurvy land lubber',
99
hello: ['ahoy', 'avast'],
10+
hi: ['ahoy', 'avast'],
1011
the: ['ye', 'yonder', 'thar'],
1112
girl: 'lass',
1213
is: 'be',

0 commit comments

Comments
 (0)