From e2c6096426a0b3a5b0f7626cbe6e493b810dfeea Mon Sep 17 00:00:00 2001
From: beacurious <32319878+beacurious@users.noreply.github.com>
Date: Fri, 6 Nov 2020 18:47:08 +1100
Subject: [PATCH] Fix typo line 511

---
 visualize.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visualize.Rmd b/visualize.Rmd
index df6f360b..bb290ef0 100644
--- a/visualize.Rmd
+++ b/visualize.Rmd
@@ -508,7 +508,7 @@ points are spread across multiple plots.
 
 The benefit of encoding a variable with facetting over encoding it with color increase in both the number of points and the number of categories.
 With a large number of points, there is often overlap.
-It is difficult to handle overlapping points with different colors color.
+It is difficult to handle overlapping points with different colors.
 Jittering will still work with color.
 But jittering will only work well if there are few points and the classes do not overlap much, otherwise, the colors of areas will no longer be distinct, and it will be hard to pick out the patterns of different categories visually.
 Transparency (`alpha`) does not work well with colors since the mixing of overlapping transparent colors will no longer represent the colors of the categories.