From d3597598f5dc24447ed7515039cb50496a1308f8 Mon Sep 17 00:00:00 2001 From: ashastral Date: Sun, 27 Feb 2022 22:20:19 -0800 Subject: [PATCH] typo --- web-optimle/www/src/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-optimle/www/src/About.tsx b/web-optimle/www/src/About.tsx index e5302a4..1893713 100644 --- a/web-optimle/www/src/About.tsx +++ b/web-optimle/www/src/About.tsx @@ -16,7 +16,7 @@ export function About() { Absurdle.

- You start with a prepopulated table of guesses and must find a way to + You start with a prepopulated table of guesses and must find a way to{" "} guarantee a win in exactly 2 guesses. There are always more than two possible words at the start, so brute force won't work, but feel free to try if you're stuck!