diff --git a/src/pages/concepts/views.md b/src/pages/concepts/views.md index 55b7a28e..aad0db99 100644 --- a/src/pages/concepts/views.md +++ b/src/pages/concepts/views.md @@ -1103,7 +1103,7 @@ Here is an overview of what I did:
Production 5: Simplify implementation -Because we've moved to an arrow function and a `Spy`, we can simplify the implementation of `MyCardViewController` by removing the additional method `this.handleListener()`. +Because we've moved to a `Spy`, we can simplify the implementation of `MyCardViewController` by removing the additional method `this.handleListener()`. But, we'll need to also change `this.handleDidGenerateStory()` to an arrow function to maintain `this`. ```ts import {