From e66d7babc5ae477d7a60628e5599f9c390426c81 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 18 Jun 2018 14:28:43 +0900 Subject: yatta --- src/text/parse/elements/title.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text/parse/elements/title.ts') diff --git a/src/text/parse/elements/title.ts b/src/text/parse/elements/title.ts index 11b3abc61b..b89739a7c5 100644 --- a/src/text/parse/elements/title.ts +++ b/src/text/parse/elements/title.ts @@ -3,7 +3,7 @@ */ export type TextElementTitle = { - type: "title" + type: 'title' content: string title: string }; -- cgit v1.2.3-freya