Minor correction
This commit is contained in:
		@@ -52,12 +52,14 @@ let outerTasks = [
 | 
				
			|||||||
  `Catch up with someone you haven't seen in awhile`,
 | 
					  `Catch up with someone you haven't seen in awhile`,
 | 
				
			||||||
  `Learn Max's latest nerdy hobby.`,
 | 
					  `Learn Max's latest nerdy hobby.`,
 | 
				
			||||||
  `Find someone who has never been to Cooperstown before.`,
 | 
					  `Find someone who has never been to Cooperstown before.`,
 | 
				
			||||||
  `Find someone who is [a teacher|a nurse|works in Finance].`,
 | 
					  `Find someone who [is a teacher|is a nurse|works in Finance].`,
 | 
				
			||||||
  `Take a [joyful|goofy] selfie with [a friend|someone you just met] & send it to Max.`,
 | 
					  `Take a [joyful|goofy] selfie with [a friend|someone you just met] & send it to Max.`,
 | 
				
			||||||
  `Be the answer to someone else's clue.`,
 | 
					  `Be the answer to someone else's Bingo clue.`,
 | 
				
			||||||
  `Find a bee keeper. Learn a bee fact.`,
 | 
					  `Find a bee keeper. Learn a bee fact.`,
 | 
				
			||||||
  `Find someone who owns domesticated fowl and consumes their eggs.`,
 | 
					  `Find someone who owns domesticated fowl and consumes their eggs.`,
 | 
				
			||||||
  `Chat with someone who was born in [Montana|Turkey].`
 | 
					  `Chat with someone who was born in [Montana|Turkey].`,
 | 
				
			||||||
 | 
					  `Figure out who traveled the farthest to attend this Wedding.`,
 | 
				
			||||||
 | 
					  `Who made Max's wedding ring?`,
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const hardnessMap = {
 | 
					const hardnessMap = {
 | 
				
			||||||
@@ -170,7 +172,7 @@ function getSubtitle(boardNumber){
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  switch(boardNumber % 4){
 | 
					  switch(boardNumber % 4){
 | 
				
			||||||
    case 0:
 | 
					    case 0:
 | 
				
			||||||
      text = 'Small talk boring, bingo is fun! Use this bingo board to be social. Fill 5 in a row for a chance to win a prize.'
 | 
					      text = 'Small talk boring, bingo fun! Use this bingo board to be social. Fill 5 in a row for a chance to win a prize.'
 | 
				
			||||||
      break;
 | 
					      break;
 | 
				
			||||||
    case 1:
 | 
					    case 1:
 | 
				
			||||||
      text = 'Mingle and play bingo! Chat with other guests. Fill 5 boxes in a row. Submit for a chance to win a prize!'
 | 
					      text = 'Mingle and play bingo! Chat with other guests. Fill 5 boxes in a row. Submit for a chance to win a prize!'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user