diff --git a/sheets/03_card_sat/README.md b/sheets/03_card_sat/README.md
index b0348c38c8eddebe2df0f76fb4c781a3923a5321..d145941e58b1758efc2476f4ea62517b24735ac7 100644
--- a/sheets/03_card_sat/README.md
+++ b/sheets/03_card_sat/README.md
@@ -18,8 +18,8 @@ Such a formula has the following form:
 ```
 
 The $\ell_{i,j}$ are so called *literals* and have either the  form $x_u$ or $\bar{x}_u := \neg x_u$,  i.e., they are either a variable or a negation of it.
-The formula $\phi$, thus, is a conjunction (AND-connections) of clauses, which are disjunction (OR-connections) of variables or negated variables. 
-And example for such a formula would be
+The formula $\phi$, thus, is a conjunction (AND-connections) of clauses, which are disjunctions (OR-connections) of variables or negated variables. 
+An example for such a formula would be
 ```math
 \phi_1 = (x_1 \vee \bar{x}_2 \vee x_3) \wedge (x_2 \vee x_4).
 ```