Skip to content

Commit

Permalink
fix: typo in DateTime description
Browse files Browse the repository at this point in the history
  • Loading branch information
ccuilla committed Mar 20, 2018
1 parent c7635b9 commit 6f367cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Kind } from 'graphql/language';
export default new GraphQLScalarType({
name: 'DateTime',

description: 'Use JavaScript Date object for date/tiem fields.',
description: 'Use JavaScript Date object for date/time fields.',

serialize(value) {
if (!(value instanceof Date)) {
Expand Down

0 comments on commit 6f367cc

Please sign in to comment.