diff --git a/part1.md b/part1.md
index bc911ed..03d8066 100644
--- a/part1.md
+++ b/part1.md
@@ -250,7 +250,7 @@ Examining this allows us to explore MNIST in a very raw way.
Exploring this visualization, we can see some glimpses of the structure of MNIST.
Looking at the pixels $p_{18,16}$ and $p_{7,12}$, we are able to separate a lot of zeros to the bottom right and a lot of nines to the top left.
-Looking at pixels $p_{5,6}$ and $p_{7,9}$ we can see a lot of twos at the top right and threes at the bottom right.
+Looking at pixels $p_{5,6}$ and $p_{7,9}$ we can see a lot of twos at the top right and threes at the top left.
Despite minor successes like these, one can't really can't understand MNIST this way.
The small insights one gains feel very fragile and feel a lot like luck.