Tiny typo Fix
diff --git a/core/src/main/java/org/owasp/encoder/EncodedWriter.java b/core/src/main/java/org/owasp/encoder/EncodedWriter.java
index 36b884c..8a233a7 100644
--- a/core/src/main/java/org/owasp/encoder/EncodedWriter.java
+++ b/core/src/main/java/org/owasp/encoder/EncodedWriter.java
@@ -39,7 +39,7 @@
 import java.nio.charset.CoderResult;
 
 /**
- * EncodedWriter -- A writer the encodes all input for a specific context and writes the encoded output to another writer.
+ * EncodedWriter -- A writer that encodes all input for a specific context and writes the encoded output to another writer.
  *
  * @author Jeff Ichnowski
  */