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/quote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text/parse/elements/quote.ts') diff --git a/src/text/parse/elements/quote.ts b/src/text/parse/elements/quote.ts index 56de561f3f..bef9ad4988 100644 --- a/src/text/parse/elements/quote.ts +++ b/src/text/parse/elements/quote.ts @@ -3,7 +3,7 @@ */ export type TextElementQuote = { - type: "quote" + type: 'quote' content: string quote: string }; -- cgit v1.2.3-freya