From f9d5a16f6fac09f929546a514d1a0e5afe9dae8e Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Thu, 15 Mar 2018 15:16:54 +0900
Subject: [PATCH 1/2] Fix #500

---
 docs/setup.en.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/setup.en.md b/docs/setup.en.md
index c9556e8b5d..59637804cc 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -14,8 +14,8 @@ If you can use Docker, please see [Setup with Docker](./docker.en.md).
 ----------------------------------------------------------------
 Misskey requires two domains called the primary domain and the secondary domain.
 
-* The primary domain is used to provide main service of Misskey.
-* The secondary domain is used to avoid vulnerabilities such as XSS.
+* The primary-domain is used to provide the main service of Misskey.
+* The secondary-domain is used to avoid vulnerabilities such as XSS.
 
 **Ensure that the secondary domain is not a subdomain of the primary domain.**
 

From 0d272a694988658877408c03f07bf37cbe0fa9a3 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Thu, 15 Mar 2018 15:55:13 +0900
Subject: [PATCH 2/2] Update front.ts

---
 src/common/othello/ai/front.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/othello/ai/front.ts b/src/common/othello/ai/front.ts
index 838e5a1430..f9e6bca1b8 100644
--- a/src/common/othello/ai/front.ts
+++ b/src/common/othello/ai/front.ts
@@ -224,7 +224,7 @@ function gameStart(game) {
  * @param inviter 誘ってきたユーザー
  */
 async function onInviteMe(inviter) {
-	console.log(`Anybody invited me: @${inviter.username}`);
+	console.log(`Someone invited me: @${inviter.username}`);
 
 	// 承認
 	const game = await request.post('https://api.misskey.xyz/othello/match', {