Browse Source

docs(core): Fix typo

Michael Bromley 3 years ago
parent
commit
1b25ee05a4

+ 1 - 1
packages/core/src/service/helpers/list-query-builder/list-query-builder.ts

@@ -92,7 +92,7 @@ export type ExtendedListQueryOptions<T extends VendureEntity> = {
  * ```GraphQL
  * type BlogPost implements Node {
  *   id: ID!
- *   published: DataTime!
+ *   published: DateTime!
  *   title: String!
  *   body: String!
  * }