diff --git a/src/main/java/no/uib/inf101/terminal/TextAnswers.java b/src/main/java/no/uib/inf101/terminal/TextAnswers.java
index 30a6bc2a9e0b6dd506c2a522b116053d7fd658da..9f6e148466569e47f80dc19ecea4da885379a728 100644
--- a/src/main/java/no/uib/inf101/terminal/TextAnswers.java
+++ b/src/main/java/no/uib/inf101/terminal/TextAnswers.java
@@ -13,7 +13,7 @@ public class TextAnswers {
   /** In which class is the object cli refers to? */
   static final String q2 = "";
 
-  /** True or false: CommandLineInterface is both a type and interface. */
+  /** True or false: CommandLineInterface is both a type and an interface. */
   static final Boolean q3 = null;
 
   /** True or false: DummyShell is both a class and a type. */