Wrong argument definition name in docs for GraphQL

On this page it says:

For getPost, shouldn’t it be:

getPost(id: ID!): Post

instead?