Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in white cards #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cah_cards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ COPY black_cards (id, draw, pick, text, watermark) FROM stdin;
200 0 1 During his midlife crisis, my dad got really into ____. INTL
201 0 2 When you get right down to it, ____ is just ____. INTL
202 0 1 This is your captain speaking. Fasten your seatbelts and prepare for ____. INTL
203 0 1 Tonight's top story: What you don't know about ____ could kills you. INTL
203 0 1 Tonight's top story: What you don't know about ____ could kill you. INTL
204 0 1 Future historians will agree that ____ marked the beginning of America's decline. INTL
205 0 1 Coming this season, Samuel Beckett's classic existential play: <i>Waiting for ____.</i> INTL
206 0 1 When I pooped, what came out of my butt? INTL
Expand Down Expand Up @@ -5560,7 +5560,7 @@ COPY white_cards (id, text, watermark) FROM stdin;
696 The Boy Scouts of America. US
697 Bananas. US
698 Masturbating. US
699 All the dues I've fucked. US
699 All the dudes I've fucked. US
700 Famine. US
701 Hillary Clinton's emails. US
702 Executing a hostage every hour. US
Expand Down