From fb250e1930c454e5e1342c20f5e3a7ea9907201e Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 20 Jan 2025 16:32:16 +0100 Subject: [PATCH] Fix typo in timestamp.mdx (#2700) --- website/src/pages/docs/scalars/timestamp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/docs/scalars/timestamp.mdx b/website/src/pages/docs/scalars/timestamp.mdx index c0b4d561e..eb2f7dfe1 100644 --- a/website/src/pages/docs/scalars/timestamp.mdx +++ b/website/src/pages/docs/scalars/timestamp.mdx @@ -2,7 +2,7 @@ import { Callout } from '@theguild/components' # Timestamp -The JavaScript `Date` is an integer. Type represents date and time as number of milliseconds from +The JavaScript `Date` as integer. Type represents date and time as number of milliseconds from start of the UNIX epoch.