diff --git a/exercises/week02.md b/exercises/week02.md
index f2872ea11f51a2bc1dad3130807fd3aee76c62cf..77b3163898f12d2214d90908968d8747065df966 100644
--- a/exercises/week02.md
+++ b/exercises/week02.md
@@ -12,7 +12,7 @@ In this group session, you will explore how **C** code is translated into assemb
 3. Find the compiler output options (the cog that says **Output...**). Untick **Intel asm syntax** as this is what we will be interpreting for the rest of the session. 
 4. You can add multiple compilers to easily make comparisons by simply clicking on **+ Add new...** on the same bar where you found **Output...** and selecting **Compiler**. <br>
 
-You will come across a lot of new abbreviations for instructions and pointers/registers. You do not need to really need to understand what each is but being able to distinguish between intructions and pointer/registers would be of help.
+You will come across a lot of new abbreviations for instructions and pointers/registers. You do not really need to understand what each of them, is but being able to distinguish between intructions and pointer/registers would be of help.
 
 ## Compiler Tasks