diff --git a/src/content/8/en/part8e.md b/src/content/8/en/part8e.md index 3c610469af1..fb9c58af7f2 100644 --- a/src/content/8/en/part8e.md +++ b/src/content/8/en/part8e.md @@ -589,7 +589,7 @@ const resolvers = { // highlight-start Subscription: { personAdded: { - subscribe: () => pubsub.asyncIterator('PERSON_ADDED') + subscribe: () => pubsub.asyncIterableIterator('PERSON_ADDED') }, }, // highlight-end