From 8f84dd610c385ada33c1b2e1b1696fb5da47250c Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 17 Jun 2018 16:55:55 +0900
Subject: [PATCH] Use '

---
 src/text/html.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/text/html.ts b/src/text/html.ts
index a51406ca85..b55d9b80a7 100644
--- a/src/text/html.ts
+++ b/src/text/html.ts
@@ -90,7 +90,7 @@ const handlers: {[key: string]: (window: any, token: any, mentionedRemoteUsers:
 	}
 };
 
-export default (tokens, mentionedRemoteUsers: INote["mentionedRemoteUsers"] = []) => {
+export default (tokens, mentionedRemoteUsers: INote['mentionedRemoteUsers'] = []) => {
 	const { window } = new JSDOM('');
 
 	for (const token of tokens) {