Updated Flake bisect (markdown)
diff --git a/Flake-bisect.md b/Flake-bisect.md
index 139437f..9799e90 100644
--- a/Flake-bisect.md
+++ b/Flake-bisect.md
@@ -9,7 +9,7 @@
Then execute the provided command line, which returns a build URL running flake bisect ([example](https://ci.chromium.org/p/v8/builders/luci.v8.try/v8_flako/b8935497223724984544)).
-If you're in luck, bisect will point you to a suspect. If not, you might wanna read further...
+If you're in luck, bisection will point you to a suspect. If not, you might want to read further...
# Detailed description
For technical details, see also the implementation [tracker bug](https://crbug.com/711249). The flake bisect approach has the same intentions as [findit](https://sites.google.com/chromium.org/cat/findit), but uses a different implementation.