diff --git a/_posts/2016-05-21-censorthis-censor-the-words-cf.md b/_posts/2016-05-21-censorthis-censor-the-words-cf.md
index e4d62a10a066a19a0be4770869cd23287e01c0a5..0965ce231870573194dab3fa9b24ed53a44318bd 100644
--- a/_posts/2016-05-21-censorthis-censor-the-words-cf.md
+++ b/_posts/2016-05-21-censorthis-censor-the-words-cf.md
@@ -67,7 +67,7 @@ Expected Output: "Python is the **** programming language and LOLCODE is the ***
 ```
 text: "A bald eagle is a worthy adversary"
 forbiddenWords: ["bald", "a"]
-Output: "* **** eagle is * worthy adversary"
+Expected Output: "* **** eagle is * worthy adversary"
 ```
 
 **Test 5**