diff --git a/_tutorials/your_first_suite.md b/_tutorials/your_first_suite.md
index 75a4bc80..d0435d22 100644
--- a/_tutorials/your_first_suite.md
+++ b/_tutorials/your_first_suite.md
@@ -460,7 +460,7 @@ A string passed to pending
will be treated as a reason and displaye
Jasmine has test double functions called spies.
A spy can stub any function and tracks calls to it and all arguments.
A spy only exists in the describe
or it
block in which it is defined, and will be removed after each spec.
-There are special matchers for interacting with spies.