Skip to content

Commit 160ea54

Browse files
authored
Updated grammar and removed duplicate word from exception list (#57)
* minor grammar updates * removed duplicate word --------- Co-authored-by: abham <[email protected]>
1 parent 3df8eaf commit 160ea54

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Think about synonyms, categories, and related concepts to find the secret word.
1212

1313
## Playing
1414

15-
This is the app that runs the [HotAndCold](https://www.reddit.com/r/HotAndCold/) subreddit. Feel free to stop by and play any time!
15+
This is the app that runs the [HotAndCold](https://www.reddit.com/r/HotAndCold/) subreddit. Feel free to stop by and play anytime!
1616

1717
## Installing on another Subreddit
1818

1919
You can install this game on your own subreddit if you would like to give it a try. All you need to do is install the app onto the subreddit. After installing, it will automatically run installation jobs and start posting new challenges daily.
2020

2121
## Source Code
2222

23-
The [code for HotAndCold is open source](https://github.com/reddit/devvit-HotAndCold)! Feel free to suggest improvements, fork, and submit PRs of new features and improvements.
23+
The [code for HotAndCold is open source](https://github.com/reddit/devvit-HotAndCold)! Feel free to suggest improvements, fork, and submit PRs with new features and improvements.
2424

2525
## Development
2626

@@ -48,4 +48,4 @@ version: 0.0.0
4848

4949
Both files should be at the root, adjacent to this README file.
5050

51-
After which, you can run `npm run dev:upload:classic` and `npm run dev:classic` from the root of the project, and similar commands for raid.
51+
Afterward, you can run `npm run dev:upload:classic` and `npm run dev:classic` from the root of the project, and similar commands for raid.

scripts/generateFinalWordList.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ const lemmatizeIt = (input: string) => {
252252
"lay",
253253
"left",
254254
"worst",
255-
"pass",
256255
"",
257256
]);
258257
if (exceptions.has(word)) return word;

0 commit comments

Comments
 (0)