Under [schema and types](https://graphql.org/learn/schema/), there's a blunder there ``` [Episode!]! represents an [List type](https://graphql.org/learn/schema/#list) of Episode objects ``` `an List` instead of `a List`.